Shades of Dark Tangerine #FCAC0C
Tints of Dark Tangerine #FCAC0C
RGB
CMYK
RGB Variations
Color information
#FCAC0C (or 0xFCAC0C) is known color: Dark Tangerine. HEX triplet: FC, AC and 0C. RGB value is (252,172,12). Sum of RGB (Red+Green+Blue) = 252+172+12=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 12 (5.08% from 255 or 2.75% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC0C is #0353F3. Grayscale: #B2B2B2. Windows color (decimal): -218100 or 830716. OLE color: 830716.
HSL color Cylindrical-coordinate representation of color #FCAC0C: hue angle of 40º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCAC0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 12 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.01 |
| HSL | 40º | 0.98% | 0.52% | - |
| HSV(B) | 40º | 0.95% | 0.99% | - |
| XYZ | 54.96 | 50.23 | 7.15 | - |
| YUV | 177.68 | 34.5 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 12 | 0 | 0.32 | 0.95 | 0.01 | 40 | 0.98 | 0.52 |
| Hex | FC | AC | C | 0 | 20 | 5F | 1 | 28 | 62 | 34 |
| Octal | 374 | 254 | 14 | 0 | 40 | 137 | 1 | 50 | 142 | 64 |
| Binary | 11111100 | 10101100 | 1100 | 0 | 100000 | 1011111 | 1 | 101000 | 1100010 | 110100 |
Color Harmonies of #FCAC0C
Complementary color
Monochromatic Colors of #FCAC0C
Black with #FCAC0C
Text Example
Text Example
White with #FCAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC0C; }
p { color: rgb(252,172,12); }
H1.HeaderClassName
{
color: #FCAC0C;
}
.AnyTagClassName
{
color: #FCAC0C;
}
</style>
background-color css
<style>
a { background-color: #FCAC0C; }
a { background-color: rgb(252,172,12); }
div.DivClassName
{
background-color: #FCAC0C;
}
.BgClassName
{
background-color: #FCAC0C;
}
</style>
border-color css
<style>
span { border-color: #FCAC0C; }
span { border-color: rgb(252,172,12); }
td.TdClassName
{
border-color: #FCAC0C;
}
.TagClassName
{
border-color: #FCAC0C;
}
</style>