Shades of Orange Peel #FC9C00
Tints of Orange Peel #FC9C00
RGB
CMYK
RGB Variations
Color information
#FC9C00 (or 0xFC9C00) is known color: Orange Peel. HEX triplet: FC, 9C and 00. RGB value is (252,156,0). Sum of RGB (Red+Green+Blue) = 252+156+0=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9C00 is #0363FF. Grayscale: #A7A7A7. Windows color (decimal): -222208 or 40188. OLE color: 40188.
HSL color Cylindrical-coordinate representation of color #FC9C00: hue angle of 37.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC9C00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 0 | - |
| CMYK | 0 | 0.38 | 1 | 0.01 |
| HSL | 37.14º | 1% | 0.49% | - |
| HSV(B) | 37.14º | 1% | 0.99% | - |
| XYZ | 52.03 | 44.47 | 5.84 | - |
| YUV | 166.92 | 33.8 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 0 | 0 | 0.38 | 1 | 0.01 | 37.14 | 1 | 0.49 |
| Hex | FC | 9C | 0 | 0 | 26 | 64 | 1 | 25 | 64 | 31 |
| Octal | 374 | 234 | 0 | 0 | 46 | 144 | 1 | 45 | 144 | 61 |
| Binary | 11111100 | 10011100 | 0 | 0 | 100110 | 1100100 | 1 | 100101 | 1100100 | 110001 |
Color Harmonies of #FC9C00
Complementary color
Monochromatic Colors of #FC9C00
Black with #FC9C00
Text Example
Text Example
White with #FC9C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9C00; }
p { color: rgb(252,156,0); }
H1.HeaderClassName
{
color: #FC9C00;
}
.AnyTagClassName
{
color: #FC9C00;
}
</style>
background-color css
<style>
a { background-color: #FC9C00; }
a { background-color: rgb(252,156,0); }
div.DivClassName
{
background-color: #FC9C00;
}
.BgClassName
{
background-color: #FC9C00;
}
</style>
border-color css
<style>
span { border-color: #FC9C00; }
span { border-color: rgb(252,156,0); }
td.TdClassName
{
border-color: #FC9C00;
}
.TagClassName
{
border-color: #FC9C00;
}
</style>