Shades of Dark Tangerine #FEA21B
Tints of Dark Tangerine #FEA21B
RGB
CMYK
RGB Variations
Color information
#FEA21B (or 0xFEA21B) is known color: Dark Tangerine. HEX triplet: FE, A2 and 1B. RGB value is (254,162,27). Sum of RGB (Red+Green+Blue) = 254+162+27=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA21B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA21B is #015DE4. Grayscale: #AEAEAE. Windows color (decimal): -89573 or 1811198. OLE color: 1811198.
HSL color Cylindrical-coordinate representation of color #FEA21B: hue angle of 35.68º 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 #FEA21B is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 27 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.00 |
| HSL | 35.68º | 0.99% | 0.55% | - |
| HSV(B) | 35.68º | 0.89% | 1% | - |
| XYZ | 53.99 | 46.99 | 7.26 | - |
| YUV | 174.12 | 44.98 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 27 | 0 | 0.36 | 0.89 | 0.00 | 35.68 | 0.99 | 0.55 |
| Hex | FE | A2 | 1B | 0 | 24 | 59 | 0 | 24 | 63 | 37 |
| Octal | 376 | 242 | 33 | 0 | 44 | 131 | 0 | 44 | 143 | 67 |
| Binary | 11111110 | 10100010 | 11011 | 0 | 100100 | 1011001 | 0 | 100100 | 1100011 | 110111 |
Color Harmonies of #FEA21B
Complementary color
Monochromatic Colors of #FEA21B
Black with #FEA21B
Text Example
Text Example
White with #FEA21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA21B; }
p { color: rgb(254,162,27); }
H1.HeaderClassName
{
color: #FEA21B;
}
.AnyTagClassName
{
color: #FEA21B;
}
</style>
background-color css
<style>
a { background-color: #FEA21B; }
a { background-color: rgb(254,162,27); }
div.DivClassName
{
background-color: #FEA21B;
}
.BgClassName
{
background-color: #FEA21B;
}
</style>
border-color css
<style>
span { border-color: #FEA21B; }
span { border-color: rgb(254,162,27); }
td.TdClassName
{
border-color: #FEA21B;
}
.TagClassName
{
border-color: #FEA21B;
}
</style>