Shades of Orange #FCAF04
Tints of Orange #FCAF04
RGB
CMYK
RGB Variations
Color information
#FCAF04 (or 0xFCAF04) is known color: Orange. HEX triplet: FC, AF and 04. RGB value is (252,175,4). Sum of RGB (Red+Green+Blue) = 252+175+4=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF04 is #0350FB. Grayscale: #B3B3B3. Windows color (decimal): -217340 or 307196. OLE color: 307196.
HSL color Cylindrical-coordinate representation of color #FCAF04: hue angle of 41.37º 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 #FCAF04 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 175 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0.01 |
| HSL | 41.37º | 0.98% | 0.5% | - |
| HSV(B) | 41.37º | 0.98% | 0.99% | - |
| XYZ | 55.5 | 51.36 | 7.1 | - |
| YUV | 178.53 | 29.51 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 175 | 4 | 0 | 0.31 | 0.98 | 0.01 | 41.37 | 0.98 | 0.5 |
| Hex | FC | AF | 4 | 0 | 1F | 62 | 1 | 29 | 62 | 32 |
| Octal | 374 | 257 | 4 | 0 | 37 | 142 | 1 | 51 | 142 | 62 |
| Binary | 11111100 | 10101111 | 100 | 0 | 11111 | 1100010 | 1 | 101001 | 1100010 | 110010 |
Color Harmonies of #FCAF04
Complementary color
Monochromatic Colors of #FCAF04
Black with #FCAF04
Text Example
Text Example
White with #FCAF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAF04; }
p { color: rgb(252,175,4); }
H1.HeaderClassName
{
color: #FCAF04;
}
.AnyTagClassName
{
color: #FCAF04;
}
</style>
background-color css
<style>
a { background-color: #FCAF04; }
a { background-color: rgb(252,175,4); }
div.DivClassName
{
background-color: #FCAF04;
}
.BgClassName
{
background-color: #FCAF04;
}
</style>
border-color css
<style>
span { border-color: #FCAF04; }
span { border-color: rgb(252,175,4); }
td.TdClassName
{
border-color: #FCAF04;
}
.TagClassName
{
border-color: #FCAF04;
}
</style>