Shades of Orange Peel #FCA201
Tints of Orange Peel #FCA201
RGB
CMYK
RGB Variations
Color information
#FCA201 (or 0xFCA201) is known color: Orange Peel. HEX triplet: FC, A2 and 01. RGB value is (252,162,1). Sum of RGB (Red+Green+Blue) = 252+162+1=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 1 (0.78% from 255 or 0.24% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA201 is #035DFE. Grayscale: #ABABAB. Windows color (decimal): -220671 or 107260. OLE color: 107260.
HSL color Cylindrical-coordinate representation of color #FCA201: hue angle of 38.49º 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 #FCA201 is Cyan = 0, Magento = 0.36, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 1 | - |
| CMYK | 0 | 0.36 | 1.00 | 0.01 |
| HSL | 38.49º | 0.99% | 0.5% | - |
| HSV(B) | 38.49º | 1% | 0.99% | - |
| XYZ | 53.07 | 46.54 | 6.21 | - |
| YUV | 170.56 | 32.32 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 1 | 0 | 0.36 | 1.00 | 0.01 | 38.49 | 0.99 | 0.5 |
| Hex | FC | A2 | 1 | 0 | 24 | 64 | 1 | 26 | 63 | 32 |
| Octal | 374 | 242 | 1 | 0 | 44 | 144 | 1 | 46 | 143 | 62 |
| Binary | 11111100 | 10100010 | 1 | 0 | 100100 | 1100100 | 1 | 100110 | 1100011 | 110010 |
Color Harmonies of #FCA201
Complementary color
Monochromatic Colors of #FCA201
Black with #FCA201
Text Example
Text Example
White with #FCA201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA201; }
p { color: rgb(252,162,1); }
H1.HeaderClassName
{
color: #FCA201;
}
.AnyTagClassName
{
color: #FCA201;
}
</style>
background-color css
<style>
a { background-color: #FCA201; }
a { background-color: rgb(252,162,1); }
div.DivClassName
{
background-color: #FCA201;
}
.BgClassName
{
background-color: #FCA201;
}
</style>
border-color css
<style>
span { border-color: #FCA201; }
span { border-color: rgb(252,162,1); }
td.TdClassName
{
border-color: #FCA201;
}
.TagClassName
{
border-color: #FCA201;
}
</style>