Shades of Dark Tangerine #FEA20F
Tints of Dark Tangerine #FEA20F
RGB
CMYK
RGB Variations
Color information
#FEA20F (or 0xFEA20F) is known color: Dark Tangerine. HEX triplet: FE, A2 and 0F. RGB value is (254,162,15). Sum of RGB (Red+Green+Blue) = 254+162+15=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA20F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA20F is #015DF0. Grayscale: #ADADAD. Windows color (decimal): -89585 or 1024766. OLE color: 1024766.
HSL color Cylindrical-coordinate representation of color #FEA20F: hue angle of 36.9º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEA20F is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 15 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.00 |
| HSL | 36.9º | 0.99% | 0.53% | - |
| HSV(B) | 36.9º | 0.94% | 1% | - |
| XYZ | 53.88 | 46.95 | 6.67 | - |
| YUV | 172.75 | 38.98 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 15 | 0 | 0.36 | 0.94 | 0.00 | 36.9 | 0.99 | 0.53 |
| Hex | FE | A2 | F | 0 | 24 | 5E | 0 | 25 | 63 | 35 |
| Octal | 376 | 242 | 17 | 0 | 44 | 136 | 0 | 45 | 143 | 65 |
| Binary | 11111110 | 10100010 | 1111 | 0 | 100100 | 1011110 | 0 | 100101 | 1100011 | 110101 |
Color Harmonies of #FEA20F
Complementary color
Monochromatic Colors of #FEA20F
Black with #FEA20F
Text Example
Text Example
White with #FEA20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA20F; }
p { color: rgb(254,162,15); }
H1.HeaderClassName
{
color: #FEA20F;
}
.AnyTagClassName
{
color: #FEA20F;
}
</style>
background-color css
<style>
a { background-color: #FEA20F; }
a { background-color: rgb(254,162,15); }
div.DivClassName
{
background-color: #FEA20F;
}
.BgClassName
{
background-color: #FEA20F;
}
</style>
border-color css
<style>
span { border-color: #FEA20F; }
span { border-color: rgb(254,162,15); }
td.TdClassName
{
border-color: #FEA20F;
}
.TagClassName
{
border-color: #FEA20F;
}
</style>