Shades of Dark Tangerine #FEA00C
Tints of Dark Tangerine #FEA00C
RGB
CMYK
RGB Variations
Color information
#FEA00C (or 0xFEA00C) is known color: Dark Tangerine. HEX triplet: FE, A0 and 0C. RGB value is (254,160,12). Sum of RGB (Red+Green+Blue) = 254+160+12=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA00C is #015FF3. Grayscale: #ABABAB. Windows color (decimal): -90100 or 827646. OLE color: 827646.
HSL color Cylindrical-coordinate representation of color #FEA00C: hue angle of 36.69º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEA00C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 12 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.00 |
| HSL | 36.69º | 0.99% | 0.52% | - |
| HSV(B) | 36.69º | 0.95% | 1% | - |
| XYZ | 53.51 | 46.24 | 6.45 | - |
| YUV | 171.23 | 38.14 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 12 | 0 | 0.37 | 0.95 | 0.00 | 36.69 | 0.99 | 0.52 |
| Hex | FE | A0 | C | 0 | 25 | 5F | 0 | 25 | 63 | 34 |
| Octal | 376 | 240 | 14 | 0 | 45 | 137 | 0 | 45 | 143 | 64 |
| Binary | 11111110 | 10100000 | 1100 | 0 | 100101 | 1011111 | 0 | 100101 | 1100011 | 110100 |
Color Harmonies of #FEA00C
Complementary color
Monochromatic Colors of #FEA00C
Black with #FEA00C
Text Example
Text Example
White with #FEA00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA00C; }
p { color: rgb(254,160,12); }
H1.HeaderClassName
{
color: #FEA00C;
}
.AnyTagClassName
{
color: #FEA00C;
}
</style>
background-color css
<style>
a { background-color: #FEA00C; }
a { background-color: rgb(254,160,12); }
div.DivClassName
{
background-color: #FEA00C;
}
.BgClassName
{
background-color: #FEA00C;
}
</style>
border-color css
<style>
span { border-color: #FEA00C; }
span { border-color: rgb(254,160,12); }
td.TdClassName
{
border-color: #FEA00C;
}
.TagClassName
{
border-color: #FEA00C;
}
</style>