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