The Input "255,127,0" detected as "RGB".
| Color | ||
| websafe | No | |
| CSS3 Color name | 
 | |
| Hex | #ff7f00 | |
| RGB | rgb(255,127,0) | |
| RGB in % | rgb(100%,50%,0%) | |
| CMY in % | C=0 M=50 Y=100 | |
| CMYK in % | C=0 M=50 Y=100 K=0 | |
| HSL | hsl(30,100%,50%) | |
| HSV | hsv(30,100%,100%) | |
| Rec. 601 luma | 150.794 | |
| Rec. 709 luma | 145.0434 | |
| Rec. 2020 luma | 153.0945 | |
| Grey scale (Rec. 601 luma) | #979797 | |
| Grey scale (Rec. 709 luma) | #919191 | |
| Grey scale (Rec. 2020 luma) | #999999 | |
| Complementary color | #0080ff | |
| Decimal | 16744192 | |
Show the nearest websafe color data.
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205