Shades of Orange Peel #FC9E0A
Tints of Orange Peel #FC9E0A
RGB
CMYK
RGB Variations
Color information
#FC9E0A (or 0xFC9E0A) is known color: Orange Peel. HEX triplet: FC, 9E and 0A. RGB value is (252,158,10). Sum of RGB (Red+Green+Blue) = 252+158+10=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9E0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9E0A is #0361F5. Grayscale: #A9A9A9. Windows color (decimal): -221686 or 696060. OLE color: 696060.
HSL color Cylindrical-coordinate representation of color #FC9E0A: hue angle of 36.69º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC9E0A is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 158 | 10 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.01 |
| HSL | 36.69º | 0.98% | 0.51% | - |
| HSV(B) | 36.69º | 0.96% | 0.99% | - |
| XYZ | 52.43 | 45.17 | 6.24 | - |
| YUV | 169.23 | 38.14 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 158 | 10 | 0 | 0.37 | 0.96 | 0.01 | 36.69 | 0.98 | 0.51 |
| Hex | FC | 9E | A | 0 | 25 | 60 | 1 | 25 | 62 | 33 |
| Octal | 374 | 236 | 12 | 0 | 45 | 140 | 1 | 45 | 142 | 63 |
| Binary | 11111100 | 10011110 | 1010 | 0 | 100101 | 1100000 | 1 | 100101 | 1100010 | 110011 |
Color Harmonies of #FC9E0A
Complementary color
Monochromatic Colors of #FC9E0A
Black with #FC9E0A
Text Example
Text Example
White with #FC9E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9E0A; }
p { color: rgb(252,158,10); }
H1.HeaderClassName
{
color: #FC9E0A;
}
.AnyTagClassName
{
color: #FC9E0A;
}
</style>
background-color css
<style>
a { background-color: #FC9E0A; }
a { background-color: rgb(252,158,10); }
div.DivClassName
{
background-color: #FC9E0A;
}
.BgClassName
{
background-color: #FC9E0A;
}
</style>
border-color css
<style>
span { border-color: #FC9E0A; }
span { border-color: rgb(252,158,10); }
td.TdClassName
{
border-color: #FC9E0A;
}
.TagClassName
{
border-color: #FC9E0A;
}
</style>