Shades of Dark Tangerine #FCAC09
Tints of Dark Tangerine #FCAC09
RGB
CMYK
RGB Variations
Color information
#FCAC09 (or 0xFCAC09) is known color: Dark Tangerine. HEX triplet: FC, AC and 09. RGB value is (252,172,9). Sum of RGB (Red+Green+Blue) = 252+172+9=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 9 (3.91% from 255 or 2.08% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC09 is #0353F6. Grayscale: #B2B2B2. Windows color (decimal): -218103 or 634108. OLE color: 634108.
HSL color Cylindrical-coordinate representation of color #FCAC09: hue angle of 40.25º 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 #FCAC09 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 9 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.01 |
| HSL | 40.25º | 0.98% | 0.51% | - |
| HSV(B) | 40.25º | 0.96% | 0.99% | - |
| XYZ | 54.95 | 50.22 | 7.06 | - |
| YUV | 177.34 | 33 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 9 | 0 | 0.32 | 0.96 | 0.01 | 40.25 | 0.98 | 0.51 |
| Hex | FC | AC | 9 | 0 | 20 | 60 | 1 | 28 | 62 | 33 |
| Octal | 374 | 254 | 11 | 0 | 40 | 140 | 1 | 50 | 142 | 63 |
| Binary | 11111100 | 10101100 | 1001 | 0 | 100000 | 1100000 | 1 | 101000 | 1100010 | 110011 |
Color Harmonies of #FCAC09
Complementary color
Monochromatic Colors of #FCAC09
Black with #FCAC09
Text Example
Text Example
White with #FCAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC09; }
p { color: rgb(252,172,9); }
H1.HeaderClassName
{
color: #FCAC09;
}
.AnyTagClassName
{
color: #FCAC09;
}
</style>
background-color css
<style>
a { background-color: #FCAC09; }
a { background-color: rgb(252,172,9); }
div.DivClassName
{
background-color: #FCAC09;
}
.BgClassName
{
background-color: #FCAC09;
}
</style>
border-color css
<style>
span { border-color: #FCAC09; }
span { border-color: rgb(252,172,9); }
td.TdClassName
{
border-color: #FCAC09;
}
.TagClassName
{
border-color: #FCAC09;
}
</style>