Shades of Orange Peel #FC9A01
Tints of Orange Peel #FC9A01
RGB
CMYK
RGB Variations
Color information
#FC9A01 (or 0xFC9A01) is known color: Orange Peel. HEX triplet: FC, 9A and 01. RGB value is (252,154,1). Sum of RGB (Red+Green+Blue) = 252+154+1=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9A01 is #0365FE. Grayscale: #A6A6A6. Windows color (decimal): -222719 or 105212. OLE color: 105212.
HSL color Cylindrical-coordinate representation of color #FC9A01: hue angle of 36.57º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC9A01 is Cyan = 0, Magento = 0.39, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 1 | - |
| CMYK | 0 | 0.39 | 1.00 | 0.01 |
| HSL | 36.57º | 0.99% | 0.5% | - |
| HSV(B) | 36.57º | 1% | 0.99% | - |
| XYZ | 51.71 | 43.81 | 5.76 | - |
| YUV | 165.86 | 34.97 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 1 | 0 | 0.39 | 1.00 | 0.01 | 36.57 | 0.99 | 0.5 |
| Hex | FC | 9A | 1 | 0 | 27 | 64 | 1 | 25 | 63 | 32 |
| Octal | 374 | 232 | 1 | 0 | 47 | 144 | 1 | 45 | 143 | 62 |
| Binary | 11111100 | 10011010 | 1 | 0 | 100111 | 1100100 | 1 | 100101 | 1100011 | 110010 |
Color Harmonies of #FC9A01
Complementary color
Monochromatic Colors of #FC9A01
Black with #FC9A01
Text Example
Text Example
White with #FC9A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A01; }
p { color: rgb(252,154,1); }
H1.HeaderClassName
{
color: #FC9A01;
}
.AnyTagClassName
{
color: #FC9A01;
}
</style>
background-color css
<style>
a { background-color: #FC9A01; }
a { background-color: rgb(252,154,1); }
div.DivClassName
{
background-color: #FC9A01;
}
.BgClassName
{
background-color: #FC9A01;
}
</style>
border-color css
<style>
span { border-color: #FC9A01; }
span { border-color: rgb(252,154,1); }
td.TdClassName
{
border-color: #FC9A01;
}
.TagClassName
{
border-color: #FC9A01;
}
</style>