Shades of Orange #FCAB00
Tints of Orange #FCAB00
RGB
CMYK
RGB Variations
Color information
#FCAB00 (or 0xFCAB00) is known color: Orange. HEX triplet: FC, AB and 00. RGB value is (252,171,0). Sum of RGB (Red+Green+Blue) = 252+171+0=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB00 is #0354FF. Grayscale: #B0B0B0. Windows color (decimal): -218368 or 44028. OLE color: 44028.
HSL color Cylindrical-coordinate representation of color #FCAB00: hue angle of 40.71º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCAB00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.01 |
| HSL | 40.71º | 1% | 0.49% | - |
| HSV(B) | 40.71º | 1% | 0.99% | - |
| XYZ | 54.71 | 49.82 | 6.73 | - |
| YUV | 175.73 | 28.84 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 0 | 0 | 0.32 | 1 | 0.01 | 40.71 | 1 | 0.49 |
| Hex | FC | AB | 0 | 0 | 20 | 64 | 1 | 29 | 64 | 31 |
| Octal | 374 | 253 | 0 | 0 | 40 | 144 | 1 | 51 | 144 | 61 |
| Binary | 11111100 | 10101011 | 0 | 0 | 100000 | 1100100 | 1 | 101001 | 1100100 | 110001 |
Color Harmonies of #FCAB00
Complementary color
Monochromatic Colors of #FCAB00
Black with #FCAB00
Text Example
Text Example
White with #FCAB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB00; }
p { color: rgb(252,171,0); }
H1.HeaderClassName
{
color: #FCAB00;
}
.AnyTagClassName
{
color: #FCAB00;
}
</style>
background-color css
<style>
a { background-color: #FCAB00; }
a { background-color: rgb(252,171,0); }
div.DivClassName
{
background-color: #FCAB00;
}
.BgClassName
{
background-color: #FCAB00;
}
</style>
border-color css
<style>
span { border-color: #FCAB00; }
span { border-color: rgb(252,171,0); }
td.TdClassName
{
border-color: #FCAB00;
}
.TagClassName
{
border-color: #FCAB00;
}
</style>