Shades of Orange #FCAA04
Tints of Orange #FCAA04
RGB
CMYK
RGB Variations
Color information
#FCAA04 (or 0xFCAA04) is known color: Orange. HEX triplet: FC, AA and 04. RGB value is (252,170,4). Sum of RGB (Red+Green+Blue) = 252+170+4=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 4 (1.95% from 255 or 0.94% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA04 is #0355FB. Grayscale: #B0B0B0. Windows color (decimal): -218620 or 305916. OLE color: 305916.
HSL color Cylindrical-coordinate representation of color #FCAA04: hue angle of 40.16º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCAA04 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 4 | - |
| CMYK | 0 | 0.33 | 0.98 | 0.01 |
| HSL | 40.16º | 0.98% | 0.5% | - |
| HSV(B) | 40.16º | 0.98% | 0.99% | - |
| XYZ | 54.54 | 49.45 | 6.79 | - |
| YUV | 175.59 | 31.17 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 4 | 0 | 0.33 | 0.98 | 0.01 | 40.16 | 0.98 | 0.5 |
| Hex | FC | AA | 4 | 0 | 21 | 62 | 1 | 28 | 62 | 32 |
| Octal | 374 | 252 | 4 | 0 | 41 | 142 | 1 | 50 | 142 | 62 |
| Binary | 11111100 | 10101010 | 100 | 0 | 100001 | 1100010 | 1 | 101000 | 1100010 | 110010 |
Color Harmonies of #FCAA04
Complementary color
Monochromatic Colors of #FCAA04
Black with #FCAA04
Text Example
Text Example
White with #FCAA04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA04; }
p { color: rgb(252,170,4); }
H1.HeaderClassName
{
color: #FCAA04;
}
.AnyTagClassName
{
color: #FCAA04;
}
</style>
background-color css
<style>
a { background-color: #FCAA04; }
a { background-color: rgb(252,170,4); }
div.DivClassName
{
background-color: #FCAA04;
}
.BgClassName
{
background-color: #FCAA04;
}
</style>
border-color css
<style>
span { border-color: #FCAA04; }
span { border-color: rgb(252,170,4); }
td.TdClassName
{
border-color: #FCAA04;
}
.TagClassName
{
border-color: #FCAA04;
}
</style>