Shades of Orange Peel #FC9A0C
Tints of Orange Peel #FC9A0C
RGB
CMYK
RGB Variations
Color information
#FC9A0C (or 0xFC9A0C) is known color: Orange Peel. HEX triplet: FC, 9A and 0C. RGB value is (252,154,12). Sum of RGB (Red+Green+Blue) = 252+154+12=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 12 (5.08% from 255 or 2.87% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9A0C is #0365F3. Grayscale: #A7A7A7. Windows color (decimal): -222708 or 826108. OLE color: 826108.
HSL color Cylindrical-coordinate representation of color #FC9A0C: hue angle of 35.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC9A0C is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 12 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.01 |
| HSL | 35.5º | 0.98% | 0.52% | - |
| HSV(B) | 35.5º | 0.95% | 0.99% | - |
| XYZ | 51.77 | 43.83 | 6.08 | - |
| YUV | 167.11 | 40.47 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 12 | 0 | 0.39 | 0.95 | 0.01 | 35.5 | 0.98 | 0.52 |
| Hex | FC | 9A | C | 0 | 27 | 5F | 1 | 24 | 62 | 34 |
| Octal | 374 | 232 | 14 | 0 | 47 | 137 | 1 | 44 | 142 | 64 |
| Binary | 11111100 | 10011010 | 1100 | 0 | 100111 | 1011111 | 1 | 100100 | 1100010 | 110100 |
Color Harmonies of #FC9A0C
Complementary color
Monochromatic Colors of #FC9A0C
Black with #FC9A0C
Text Example
Text Example
White with #FC9A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A0C; }
p { color: rgb(252,154,12); }
H1.HeaderClassName
{
color: #FC9A0C;
}
.AnyTagClassName
{
color: #FC9A0C;
}
</style>
background-color css
<style>
a { background-color: #FC9A0C; }
a { background-color: rgb(252,154,12); }
div.DivClassName
{
background-color: #FC9A0C;
}
.BgClassName
{
background-color: #FC9A0C;
}
</style>
border-color css
<style>
span { border-color: #FC9A0C; }
span { border-color: rgb(252,154,12); }
td.TdClassName
{
border-color: #FC9A0C;
}
.TagClassName
{
border-color: #FC9A0C;
}
</style>