Shades of Dark Tangerine #FEA21A
Tints of Dark Tangerine #FEA21A
RGB
CMYK
RGB Variations
Color information
#FEA21A (or 0xFEA21A) is known color: Dark Tangerine. HEX triplet: FE, A2 and 1A. RGB value is (254,162,26). Sum of RGB (Red+Green+Blue) = 254+162+26=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 26 (10.55% from 255 or 5.88% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA21A is #015DE5. Grayscale: #AEAEAE. Windows color (decimal): -89574 or 1745662. OLE color: 1745662.
HSL color Cylindrical-coordinate representation of color #FEA21A: hue angle of 35.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEA21A is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 26 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.00 |
| HSL | 35.79º | 0.99% | 0.55% | - |
| HSV(B) | 35.79º | 0.9% | 1% | - |
| XYZ | 53.98 | 46.99 | 7.2 | - |
| YUV | 174 | 44.48 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 26 | 0 | 0.36 | 0.90 | 0.00 | 35.79 | 0.99 | 0.55 |
| Hex | FE | A2 | 1A | 0 | 24 | 5A | 0 | 24 | 63 | 37 |
| Octal | 376 | 242 | 32 | 0 | 44 | 132 | 0 | 44 | 143 | 67 |
| Binary | 11111110 | 10100010 | 11010 | 0 | 100100 | 1011010 | 0 | 100100 | 1100011 | 110111 |
Color Harmonies of #FEA21A
Complementary color
Monochromatic Colors of #FEA21A
Black with #FEA21A
Text Example
Text Example
White with #FEA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA21A; }
p { color: rgb(254,162,26); }
H1.HeaderClassName
{
color: #FEA21A;
}
.AnyTagClassName
{
color: #FEA21A;
}
</style>
background-color css
<style>
a { background-color: #FEA21A; }
a { background-color: rgb(254,162,26); }
div.DivClassName
{
background-color: #FEA21A;
}
.BgClassName
{
background-color: #FEA21A;
}
</style>
border-color css
<style>
span { border-color: #FEA21A; }
span { border-color: rgb(254,162,26); }
td.TdClassName
{
border-color: #FEA21A;
}
.TagClassName
{
border-color: #FEA21A;
}
</style>