Shades of Orange #FCAB08
Tints of Orange #FCAB08
RGB
CMYK
RGB Variations
Color information
#FCAB08 (or 0xFCAB08) is known color: Orange. HEX triplet: FC, AB and 08. RGB value is (252,171,8). Sum of RGB (Red+Green+Blue) = 252+171+8=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB08 is #0354F7. Grayscale: #B1B1B1. Windows color (decimal): -218360 or 568316. OLE color: 568316.
HSL color Cylindrical-coordinate representation of color #FCAB08: hue angle of 40.08º 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 #FCAB08 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.01 |
| HSL | 40.08º | 0.98% | 0.51% | - |
| HSV(B) | 40.08º | 0.97% | 0.99% | - |
| XYZ | 54.75 | 49.84 | 6.96 | - |
| YUV | 176.64 | 32.84 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 8 | 0 | 0.32 | 0.97 | 0.01 | 40.08 | 0.98 | 0.51 |
| Hex | FC | AB | 8 | 0 | 20 | 61 | 1 | 28 | 62 | 33 |
| Octal | 374 | 253 | 10 | 0 | 40 | 141 | 1 | 50 | 142 | 63 |
| Binary | 11111100 | 10101011 | 1000 | 0 | 100000 | 1100001 | 1 | 101000 | 1100010 | 110011 |
Color Harmonies of #FCAB08
Complementary color
Monochromatic Colors of #FCAB08
Black with #FCAB08
Text Example
Text Example
White with #FCAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB08; }
p { color: rgb(252,171,8); }
H1.HeaderClassName
{
color: #FCAB08;
}
.AnyTagClassName
{
color: #FCAB08;
}
</style>
background-color css
<style>
a { background-color: #FCAB08; }
a { background-color: rgb(252,171,8); }
div.DivClassName
{
background-color: #FCAB08;
}
.BgClassName
{
background-color: #FCAB08;
}
</style>
border-color css
<style>
span { border-color: #FCAB08; }
span { border-color: rgb(252,171,8); }
td.TdClassName
{
border-color: #FCAB08;
}
.TagClassName
{
border-color: #FCAB08;
}
</style>