Shades of Dark Tangerine #FEA222
Tints of Dark Tangerine #FEA222
RGB
CMYK
RGB Variations
Color information
#FEA222 (or 0xFEA222) is known color: Dark Tangerine. HEX triplet: FE, A2 and 22. RGB value is (254,162,34). Sum of RGB (Red+Green+Blue) = 254+162+34=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 162 (63.67% from 255 or 36% from 450); Blue value is 34 (13.67% from 255 or 7.56% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA222 is #015DDD. Grayscale: #AFAFAF. Windows color (decimal): -89566 or 2269950. OLE color: 2269950.
HSL color Cylindrical-coordinate representation of color #FEA222: hue angle of 34.91º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEA222 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 34 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.00 |
| HSL | 34.91º | 0.99% | 0.56% | - |
| HSV(B) | 34.91º | 0.87% | 1% | - |
| XYZ | 54.08 | 47.03 | 7.74 | - |
| YUV | 174.92 | 48.48 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 34 | 0 | 0.36 | 0.87 | 0.00 | 34.91 | 0.99 | 0.56 |
| Hex | FE | A2 | 22 | 0 | 24 | 57 | 0 | 23 | 63 | 38 |
| Octal | 376 | 242 | 42 | 0 | 44 | 127 | 0 | 43 | 143 | 70 |
| Binary | 11111110 | 10100010 | 100010 | 0 | 100100 | 1010111 | 0 | 100011 | 1100011 | 111000 |
Color Harmonies of #FEA222
Complementary color
Monochromatic Colors of #FEA222
Black with #FEA222
Text Example
Text Example
White with #FEA222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA222; }
p { color: rgb(254,162,34); }
H1.HeaderClassName
{
color: #FEA222;
}
.AnyTagClassName
{
color: #FEA222;
}
</style>
background-color css
<style>
a { background-color: #FEA222; }
a { background-color: rgb(254,162,34); }
div.DivClassName
{
background-color: #FEA222;
}
.BgClassName
{
background-color: #FEA222;
}
</style>
border-color css
<style>
span { border-color: #FEA222; }
span { border-color: rgb(254,162,34); }
td.TdClassName
{
border-color: #FEA222;
}
.TagClassName
{
border-color: #FEA222;
}
</style>