Shades of Orange #FCAB06
Tints of Orange #FCAB06
RGB
CMYK
RGB Variations
Color information
#FCAB06 (or 0xFCAB06) is known color: Orange. HEX triplet: FC, AB and 06. RGB value is (252,171,6). Sum of RGB (Red+Green+Blue) = 252+171+6=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB06 is #0354F9. Grayscale: #B1B1B1. Windows color (decimal): -218362 or 437244. OLE color: 437244.
HSL color Cylindrical-coordinate representation of color #FCAB06: hue angle of 40.24º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCAB06 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 6 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.01 |
| HSL | 40.24º | 0.98% | 0.51% | - |
| HSV(B) | 40.24º | 0.98% | 0.99% | - |
| XYZ | 54.74 | 49.83 | 6.91 | - |
| YUV | 176.41 | 31.84 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 6 | 0 | 0.32 | 0.98 | 0.01 | 40.24 | 0.98 | 0.51 |
| Hex | FC | AB | 6 | 0 | 20 | 62 | 1 | 28 | 62 | 33 |
| Octal | 374 | 253 | 6 | 0 | 40 | 142 | 1 | 50 | 142 | 63 |
| Binary | 11111100 | 10101011 | 110 | 0 | 100000 | 1100010 | 1 | 101000 | 1100010 | 110011 |
Color Harmonies of #FCAB06
Complementary color
Monochromatic Colors of #FCAB06
Black with #FCAB06
Text Example
Text Example
White with #FCAB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB06; }
p { color: rgb(252,171,6); }
H1.HeaderClassName
{
color: #FCAB06;
}
.AnyTagClassName
{
color: #FCAB06;
}
</style>
background-color css
<style>
a { background-color: #FCAB06; }
a { background-color: rgb(252,171,6); }
div.DivClassName
{
background-color: #FCAB06;
}
.BgClassName
{
background-color: #FCAB06;
}
</style>
border-color css
<style>
span { border-color: #FCAB06; }
span { border-color: rgb(252,171,6); }
td.TdClassName
{
border-color: #FCAB06;
}
.TagClassName
{
border-color: #FCAB06;
}
</style>