Shades of Dark Tangerine #FEA40A
Tints of Dark Tangerine #FEA40A
RGB
CMYK
RGB Variations
Color information
#FEA40A (or 0xFEA40A) is known color: Dark Tangerine. HEX triplet: FE, A4 and 0A. RGB value is (254,164,10). Sum of RGB (Red+Green+Blue) = 254+164+10=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA40A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA40A is #015BF5. Grayscale: #AEAEAE. Windows color (decimal): -89078 or 697598. OLE color: 697598.
HSL color Cylindrical-coordinate representation of color #FEA40A: hue angle of 37.87º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEA40A is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 10 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.00 |
| HSL | 37.87º | 0.99% | 0.52% | - |
| HSV(B) | 37.87º | 0.96% | 1% | - |
| XYZ | 54.2 | 47.64 | 6.63 | - |
| YUV | 173.35 | 35.82 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 10 | 0 | 0.35 | 0.96 | 0.00 | 37.87 | 0.99 | 0.52 |
| Hex | FE | A4 | A | 0 | 23 | 60 | 0 | 26 | 63 | 34 |
| Octal | 376 | 244 | 12 | 0 | 43 | 140 | 0 | 46 | 143 | 64 |
| Binary | 11111110 | 10100100 | 1010 | 0 | 100011 | 1100000 | 0 | 100110 | 1100011 | 110100 |
Color Harmonies of #FEA40A
Complementary color
Monochromatic Colors of #FEA40A
Black with #FEA40A
Text Example
Text Example
White with #FEA40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA40A; }
p { color: rgb(254,164,10); }
H1.HeaderClassName
{
color: #FEA40A;
}
.AnyTagClassName
{
color: #FEA40A;
}
</style>
background-color css
<style>
a { background-color: #FEA40A; }
a { background-color: rgb(254,164,10); }
div.DivClassName
{
background-color: #FEA40A;
}
.BgClassName
{
background-color: #FEA40A;
}
</style>
border-color css
<style>
span { border-color: #FEA40A; }
span { border-color: rgb(254,164,10); }
td.TdClassName
{
border-color: #FEA40A;
}
.TagClassName
{
border-color: #FEA40A;
}
</style>