Shades of Orange Peel #FC9C0B
Tints of Orange Peel #FC9C0B
RGB
CMYK
RGB Variations
Color information
#FC9C0B (or 0xFC9C0B) is known color: Orange Peel. HEX triplet: FC, 9C and 0B. RGB value is (252,156,11). Sum of RGB (Red+Green+Blue) = 252+156+11=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9C0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9C0B is #0363F4. Grayscale: #A8A8A8. Windows color (decimal): -222197 or 761084. OLE color: 761084.
HSL color Cylindrical-coordinate representation of color #FC9C0B: hue angle of 36.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC9C0B is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 156 | 11 | - |
| CMYK | 0 | 0.38 | 0.96 | 0.01 |
| HSL | 36.1º | 0.98% | 0.52% | - |
| HSV(B) | 36.1º | 0.96% | 0.99% | - |
| XYZ | 52.09 | 44.5 | 6.16 | - |
| YUV | 168.17 | 39.3 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 156 | 11 | 0 | 0.38 | 0.96 | 0.01 | 36.1 | 0.98 | 0.52 |
| Hex | FC | 9C | B | 0 | 26 | 60 | 1 | 24 | 62 | 34 |
| Octal | 374 | 234 | 13 | 0 | 46 | 140 | 1 | 44 | 142 | 64 |
| Binary | 11111100 | 10011100 | 1011 | 0 | 100110 | 1100000 | 1 | 100100 | 1100010 | 110100 |
Color Harmonies of #FC9C0B
Complementary color
Monochromatic Colors of #FC9C0B
Black with #FC9C0B
Text Example
Text Example
White with #FC9C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9C0B; }
p { color: rgb(252,156,11); }
H1.HeaderClassName
{
color: #FC9C0B;
}
.AnyTagClassName
{
color: #FC9C0B;
}
</style>
background-color css
<style>
a { background-color: #FC9C0B; }
a { background-color: rgb(252,156,11); }
div.DivClassName
{
background-color: #FC9C0B;
}
.BgClassName
{
background-color: #FC9C0B;
}
</style>
border-color css
<style>
span { border-color: #FC9C0B; }
span { border-color: rgb(252,156,11); }
td.TdClassName
{
border-color: #FC9C0B;
}
.TagClassName
{
border-color: #FC9C0B;
}
</style>