Shades of Orange #FCA901
Tints of Orange #FCA901
RGB
CMYK
RGB Variations
Color information
#FCA901 (or 0xFCA901) is known color: Orange. HEX triplet: FC, A9 and 01. RGB value is (252,169,1). Sum of RGB (Red+Green+Blue) = 252+169+1=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 1 (0.78% from 255 or 0.24% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA901 is #0356FE. Grayscale: #AFAFAF. Windows color (decimal): -218879 or 109052. OLE color: 109052.
HSL color Cylindrical-coordinate representation of color #FCA901: hue angle of 40.16º 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 #FCA901 is Cyan = 0, Magento = 0.33, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 1 | - |
| CMYK | 0 | 0.33 | 1.00 | 0.01 |
| HSL | 40.16º | 0.99% | 0.5% | - |
| HSV(B) | 40.16º | 1% | 0.99% | - |
| XYZ | 54.34 | 49.07 | 6.64 | - |
| YUV | 174.67 | 30 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 1 | 0 | 0.33 | 1.00 | 0.01 | 40.16 | 0.99 | 0.5 |
| Hex | FC | A9 | 1 | 0 | 21 | 64 | 1 | 28 | 63 | 32 |
| Octal | 374 | 251 | 1 | 0 | 41 | 144 | 1 | 50 | 143 | 62 |
| Binary | 11111100 | 10101001 | 1 | 0 | 100001 | 1100100 | 1 | 101000 | 1100011 | 110010 |
Color Harmonies of #FCA901
Complementary color
Monochromatic Colors of #FCA901
Black with #FCA901
Text Example
Text Example
White with #FCA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA901; }
p { color: rgb(252,169,1); }
H1.HeaderClassName
{
color: #FCA901;
}
.AnyTagClassName
{
color: #FCA901;
}
</style>
background-color css
<style>
a { background-color: #FCA901; }
a { background-color: rgb(252,169,1); }
div.DivClassName
{
background-color: #FCA901;
}
.BgClassName
{
background-color: #FCA901;
}
</style>
border-color css
<style>
span { border-color: #FCA901; }
span { border-color: rgb(252,169,1); }
td.TdClassName
{
border-color: #FCA901;
}
.TagClassName
{
border-color: #FCA901;
}
</style>