Shades of Dark Tangerine #FCAC0E
Tints of Dark Tangerine #FCAC0E
RGB
CMYK
RGB Variations
Color information
#FCAC0E (or 0xFCAC0E) is known color: Dark Tangerine. HEX triplet: FC, AC and 0E. RGB value is (252,172,14). Sum of RGB (Red+Green+Blue) = 252+172+14=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC0E is #0353F1. Grayscale: #B2B2B2. Windows color (decimal): -218098 or 961788. OLE color: 961788.
HSL color Cylindrical-coordinate representation of color #FCAC0E: hue angle of 39.83º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCAC0E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.01 |
| HSL | 39.83º | 0.98% | 0.52% | - |
| HSV(B) | 39.83º | 0.94% | 0.99% | - |
| XYZ | 54.98 | 50.23 | 7.21 | - |
| YUV | 177.91 | 35.5 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 14 | 0 | 0.32 | 0.94 | 0.01 | 39.83 | 0.98 | 0.52 |
| Hex | FC | AC | E | 0 | 20 | 5E | 1 | 28 | 62 | 34 |
| Octal | 374 | 254 | 16 | 0 | 40 | 136 | 1 | 50 | 142 | 64 |
| Binary | 11111100 | 10101100 | 1110 | 0 | 100000 | 1011110 | 1 | 101000 | 1100010 | 110100 |
Color Harmonies of #FCAC0E
Complementary color
Monochromatic Colors of #FCAC0E
Black with #FCAC0E
Text Example
Text Example
White with #FCAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC0E; }
p { color: rgb(252,172,14); }
H1.HeaderClassName
{
color: #FCAC0E;
}
.AnyTagClassName
{
color: #FCAC0E;
}
</style>
background-color css
<style>
a { background-color: #FCAC0E; }
a { background-color: rgb(252,172,14); }
div.DivClassName
{
background-color: #FCAC0E;
}
.BgClassName
{
background-color: #FCAC0E;
}
</style>
border-color css
<style>
span { border-color: #FCAC0E; }
span { border-color: rgb(252,172,14); }
td.TdClassName
{
border-color: #FCAC0E;
}
.TagClassName
{
border-color: #FCAC0E;
}
</style>