Shades of Dark Tangerine #FEA822
Tints of Dark Tangerine #FEA822
RGB
CMYK
RGB Variations
Color information
#FEA822 (or 0xFEA822) is known color: Dark Tangerine. HEX triplet: FE, A8 and 22. RGB value is (254,168,34). Sum of RGB (Red+Green+Blue) = 254+168+34=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 34 (13.67% from 255 or 7.46% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA822 is #0157DD. Grayscale: #B3B3B3. Windows color (decimal): -88030 or 2271486. OLE color: 2271486.
HSL color Cylindrical-coordinate representation of color #FEA822: hue angle of 36.55º 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 #FEA822 is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 34 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.00 |
| HSL | 36.55º | 0.99% | 0.56% | - |
| HSV(B) | 36.55º | 0.87% | 1% | - |
| XYZ | 55.16 | 49.19 | 8.1 | - |
| YUV | 178.44 | 46.49 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 34 | 0 | 0.34 | 0.87 | 0.00 | 36.55 | 0.99 | 0.56 |
| Hex | FE | A8 | 22 | 0 | 22 | 57 | 0 | 25 | 63 | 38 |
| Octal | 376 | 250 | 42 | 0 | 42 | 127 | 0 | 45 | 143 | 70 |
| Binary | 11111110 | 10101000 | 100010 | 0 | 100010 | 1010111 | 0 | 100101 | 1100011 | 111000 |
Color Harmonies of #FEA822
Complementary color
Monochromatic Colors of #FEA822
Black with #FEA822
Text Example
Text Example
White with #FEA822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA822; }
p { color: rgb(254,168,34); }
H1.HeaderClassName
{
color: #FEA822;
}
.AnyTagClassName
{
color: #FEA822;
}
</style>
background-color css
<style>
a { background-color: #FEA822; }
a { background-color: rgb(254,168,34); }
div.DivClassName
{
background-color: #FEA822;
}
.BgClassName
{
background-color: #FEA822;
}
</style>
border-color css
<style>
span { border-color: #FEA822; }
span { border-color: rgb(254,168,34); }
td.TdClassName
{
border-color: #FEA822;
}
.TagClassName
{
border-color: #FEA822;
}
</style>