Shades of Dark Tangerine #FEA622
Tints of Dark Tangerine #FEA622
RGB
CMYK
RGB Variations
Color information
#FEA622 (or 0xFEA622) is known color: Dark Tangerine. HEX triplet: FE, A6 and 22. RGB value is (254,166,34). Sum of RGB (Red+Green+Blue) = 254+166+34=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 166 (65.23% from 255 or 36.56% from 454); Blue value is 34 (13.67% from 255 or 7.49% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA622 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA622 is #0159DD. Grayscale: #B1B1B1. Windows color (decimal): -88542 or 2270974. OLE color: 2270974.
HSL color Cylindrical-coordinate representation of color #FEA622: hue angle of 36º 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 #FEA622 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 34 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.00 |
| HSL | 36º | 0.99% | 0.56% | - |
| HSV(B) | 36º | 0.87% | 1% | - |
| XYZ | 54.8 | 48.46 | 7.98 | - |
| YUV | 177.26 | 47.15 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 34 | 0 | 0.35 | 0.87 | 0.00 | 36 | 0.99 | 0.56 |
| Hex | FE | A6 | 22 | 0 | 23 | 57 | 0 | 24 | 63 | 38 |
| Octal | 376 | 246 | 42 | 0 | 43 | 127 | 0 | 44 | 143 | 70 |
| Binary | 11111110 | 10100110 | 100010 | 0 | 100011 | 1010111 | 0 | 100100 | 1100011 | 111000 |
Color Harmonies of #FEA622
Complementary color
Monochromatic Colors of #FEA622
Black with #FEA622
Text Example
Text Example
White with #FEA622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA622; }
p { color: rgb(254,166,34); }
H1.HeaderClassName
{
color: #FEA622;
}
.AnyTagClassName
{
color: #FEA622;
}
</style>
background-color css
<style>
a { background-color: #FEA622; }
a { background-color: rgb(254,166,34); }
div.DivClassName
{
background-color: #FEA622;
}
.BgClassName
{
background-color: #FEA622;
}
</style>
border-color css
<style>
span { border-color: #FEA622; }
span { border-color: rgb(254,166,34); }
td.TdClassName
{
border-color: #FEA622;
}
.TagClassName
{
border-color: #FEA622;
}
</style>