Shades of Dark Tangerine #FEA21C
Tints of Dark Tangerine #FEA21C
RGB
CMYK
RGB Variations
Color information
#FEA21C (or 0xFEA21C) is known color: Dark Tangerine. HEX triplet: FE, A2 and 1C. RGB value is (254,162,28). Sum of RGB (Red+Green+Blue) = 254+162+28=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA21C is #015DE3. Grayscale: #AEAEAE. Windows color (decimal): -89572 or 1876734. OLE color: 1876734.
HSL color Cylindrical-coordinate representation of color #FEA21C: hue angle of 35.58º 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 #FEA21C is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 28 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.00 |
| HSL | 35.58º | 0.99% | 0.55% | - |
| HSV(B) | 35.58º | 0.89% | 1% | - |
| XYZ | 54 | 47 | 7.32 | - |
| YUV | 174.23 | 45.48 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 28 | 0 | 0.36 | 0.89 | 0.00 | 35.58 | 0.99 | 0.55 |
| Hex | FE | A2 | 1C | 0 | 24 | 59 | 0 | 24 | 63 | 37 |
| Octal | 376 | 242 | 34 | 0 | 44 | 131 | 0 | 44 | 143 | 67 |
| Binary | 11111110 | 10100010 | 11100 | 0 | 100100 | 1011001 | 0 | 100100 | 1100011 | 110111 |
Color Harmonies of #FEA21C
Complementary color
Monochromatic Colors of #FEA21C
Black with #FEA21C
Text Example
Text Example
White with #FEA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA21C; }
p { color: rgb(254,162,28); }
H1.HeaderClassName
{
color: #FEA21C;
}
.AnyTagClassName
{
color: #FEA21C;
}
</style>
background-color css
<style>
a { background-color: #FEA21C; }
a { background-color: rgb(254,162,28); }
div.DivClassName
{
background-color: #FEA21C;
}
.BgClassName
{
background-color: #FEA21C;
}
</style>
border-color css
<style>
span { border-color: #FEA21C; }
span { border-color: rgb(254,162,28); }
td.TdClassName
{
border-color: #FEA21C;
}
.TagClassName
{
border-color: #FEA21C;
}
</style>