Shades of Dark Tangerine #FEA01C
Tints of Dark Tangerine #FEA01C
RGB
CMYK
RGB Variations
Color information
#FEA01C (or 0xFEA01C) is known color: Dark Tangerine. HEX triplet: FE, A0 and 1C. RGB value is (254,160,28). Sum of RGB (Red+Green+Blue) = 254+160+28=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA01C is #015FE3. Grayscale: #ADADAD. Windows color (decimal): -90084 or 1876222. OLE color: 1876222.
HSL color Cylindrical-coordinate representation of color #FEA01C: hue angle of 35.04º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEA01C is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 28 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.00 |
| HSL | 35.04º | 0.99% | 0.55% | - |
| HSV(B) | 35.04º | 0.89% | 1% | - |
| XYZ | 53.65 | 46.3 | 7.21 | - |
| YUV | 173.06 | 46.14 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 28 | 0 | 0.37 | 0.89 | 0.00 | 35.04 | 0.99 | 0.55 |
| Hex | FE | A0 | 1C | 0 | 25 | 59 | 0 | 23 | 63 | 37 |
| Octal | 376 | 240 | 34 | 0 | 45 | 131 | 0 | 43 | 143 | 67 |
| Binary | 11111110 | 10100000 | 11100 | 0 | 100101 | 1011001 | 0 | 100011 | 1100011 | 110111 |
Color Harmonies of #FEA01C
Complementary color
Monochromatic Colors of #FEA01C
Black with #FEA01C
Text Example
Text Example
White with #FEA01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA01C; }
p { color: rgb(254,160,28); }
H1.HeaderClassName
{
color: #FEA01C;
}
.AnyTagClassName
{
color: #FEA01C;
}
</style>
background-color css
<style>
a { background-color: #FEA01C; }
a { background-color: rgb(254,160,28); }
div.DivClassName
{
background-color: #FEA01C;
}
.BgClassName
{
background-color: #FEA01C;
}
</style>
border-color css
<style>
span { border-color: #FEA01C; }
span { border-color: rgb(254,160,28); }
td.TdClassName
{
border-color: #FEA01C;
}
.TagClassName
{
border-color: #FEA01C;
}
</style>