Shades of Dark Tangerine #FCAB09
Tints of Dark Tangerine #FCAB09
RGB
CMYK
RGB Variations
Color information
#FCAB09 (or 0xFCAB09) is known color: Dark Tangerine. HEX triplet: FC, AB and 09. RGB value is (252,171,9). Sum of RGB (Red+Green+Blue) = 252+171+9=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 9 (3.91% from 255 or 2.08% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB09 is #0354F6. Grayscale: #B1B1B1. Windows color (decimal): -218359 or 633852. OLE color: 633852.
HSL color Cylindrical-coordinate representation of color #FCAB09: hue angle of 40º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCAB09 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.01 |
| HSL | 40º | 0.98% | 0.51% | - |
| HSV(B) | 40º | 0.96% | 0.99% | - |
| XYZ | 54.76 | 49.84 | 6.99 | - |
| YUV | 176.75 | 33.34 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 9 | 0 | 0.32 | 0.96 | 0.01 | 40 | 0.98 | 0.51 |
| Hex | FC | AB | 9 | 0 | 20 | 60 | 1 | 28 | 62 | 33 |
| Octal | 374 | 253 | 11 | 0 | 40 | 140 | 1 | 50 | 142 | 63 |
| Binary | 11111100 | 10101011 | 1001 | 0 | 100000 | 1100000 | 1 | 101000 | 1100010 | 110011 |
Color Harmonies of #FCAB09
Complementary color
Monochromatic Colors of #FCAB09
Black with #FCAB09
Text Example
Text Example
White with #FCAB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB09; }
p { color: rgb(252,171,9); }
H1.HeaderClassName
{
color: #FCAB09;
}
.AnyTagClassName
{
color: #FCAB09;
}
</style>
background-color css
<style>
a { background-color: #FCAB09; }
a { background-color: rgb(252,171,9); }
div.DivClassName
{
background-color: #FCAB09;
}
.BgClassName
{
background-color: #FCAB09;
}
</style>
border-color css
<style>
span { border-color: #FCAB09; }
span { border-color: rgb(252,171,9); }
td.TdClassName
{
border-color: #FCAB09;
}
.TagClassName
{
border-color: #FCAB09;
}
</style>