Shades of Orange #FCAC08
Tints of Orange #FCAC08
RGB
CMYK
RGB Variations
Color information
#FCAC08 (or 0xFCAC08) is known color: Orange. HEX triplet: FC, AC and 08. RGB value is (252,172,8). Sum of RGB (Red+Green+Blue) = 252+172+8=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC08 is #0353F7. Grayscale: #B1B1B1. Windows color (decimal): -218104 or 568572. OLE color: 568572.
HSL color Cylindrical-coordinate representation of color #FCAC08: hue angle of 40.33º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCAC08 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.01 |
| HSL | 40.33º | 0.98% | 0.51% | - |
| HSV(B) | 40.33º | 0.97% | 0.99% | - |
| XYZ | 54.94 | 50.22 | 7.03 | - |
| YUV | 177.22 | 32.5 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 8 | 0 | 0.32 | 0.97 | 0.01 | 40.33 | 0.98 | 0.51 |
| Hex | FC | AC | 8 | 0 | 20 | 61 | 1 | 28 | 62 | 33 |
| Octal | 374 | 254 | 10 | 0 | 40 | 141 | 1 | 50 | 142 | 63 |
| Binary | 11111100 | 10101100 | 1000 | 0 | 100000 | 1100001 | 1 | 101000 | 1100010 | 110011 |
Color Harmonies of #FCAC08
Complementary color
Monochromatic Colors of #FCAC08
Black with #FCAC08
Text Example
Text Example
White with #FCAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC08; }
p { color: rgb(252,172,8); }
H1.HeaderClassName
{
color: #FCAC08;
}
.AnyTagClassName
{
color: #FCAC08;
}
</style>
background-color css
<style>
a { background-color: #FCAC08; }
a { background-color: rgb(252,172,8); }
div.DivClassName
{
background-color: #FCAC08;
}
.BgClassName
{
background-color: #FCAC08;
}
</style>
border-color css
<style>
span { border-color: #FCAC08; }
span { border-color: rgb(252,172,8); }
td.TdClassName
{
border-color: #FCAC08;
}
.TagClassName
{
border-color: #FCAC08;
}
</style>