Shades of Dark Tangerine #FCA80E
Tints of Dark Tangerine #FCA80E
RGB
CMYK
RGB Variations
Color information
#FCA80E (or 0xFCA80E) is known color: Dark Tangerine. HEX triplet: FC, A8 and 0E. RGB value is (252,168,14). Sum of RGB (Red+Green+Blue) = 252+168+14=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA80E is #0357F1. Grayscale: #B0B0B0. Windows color (decimal): -219122 or 960764. OLE color: 960764.
HSL color Cylindrical-coordinate representation of color #FCA80E: hue angle of 38.82º 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 #FCA80E is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 14 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.01 |
| HSL | 38.82º | 0.98% | 0.52% | - |
| HSV(B) | 38.82º | 0.94% | 0.99% | - |
| XYZ | 54.23 | 48.73 | 6.96 | - |
| YUV | 175.56 | 36.83 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 14 | 0 | 0.33 | 0.94 | 0.01 | 38.82 | 0.98 | 0.52 |
| Hex | FC | A8 | E | 0 | 21 | 5E | 1 | 27 | 62 | 34 |
| Octal | 374 | 250 | 16 | 0 | 41 | 136 | 1 | 47 | 142 | 64 |
| Binary | 11111100 | 10101000 | 1110 | 0 | 100001 | 1011110 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FCA80E
Complementary color
Monochromatic Colors of #FCA80E
Black with #FCA80E
Text Example
Text Example
White with #FCA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA80E; }
p { color: rgb(252,168,14); }
H1.HeaderClassName
{
color: #FCA80E;
}
.AnyTagClassName
{
color: #FCA80E;
}
</style>
background-color css
<style>
a { background-color: #FCA80E; }
a { background-color: rgb(252,168,14); }
div.DivClassName
{
background-color: #FCA80E;
}
.BgClassName
{
background-color: #FCA80E;
}
</style>
border-color css
<style>
span { border-color: #FCA80E; }
span { border-color: rgb(252,168,14); }
td.TdClassName
{
border-color: #FCA80E;
}
.TagClassName
{
border-color: #FCA80E;
}
</style>