Shades of Dark Tangerine #FEA623
Tints of Dark Tangerine #FEA623
RGB
CMYK
RGB Variations
Color information
#FEA623 (or 0xFEA623) is known color: Dark Tangerine. HEX triplet: FE, A6 and 23. RGB value is (254,166,35). Sum of RGB (Red+Green+Blue) = 254+166+35=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 35 (14.06% from 255 or 7.69% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA623 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA623 is #0159DC. Grayscale: #B1B1B1. Windows color (decimal): -88541 or 2336510. OLE color: 2336510.
HSL color Cylindrical-coordinate representation of color #FEA623: hue angle of 35.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEA623 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 35 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.00 |
| HSL | 35.89º | 0.99% | 0.57% | - |
| HSV(B) | 35.89º | 0.86% | 1% | - |
| XYZ | 54.81 | 48.46 | 8.06 | - |
| YUV | 177.38 | 47.65 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 35 | 0 | 0.35 | 0.86 | 0.00 | 35.89 | 0.99 | 0.57 |
| Hex | FE | A6 | 23 | 0 | 23 | 56 | 0 | 24 | 63 | 39 |
| Octal | 376 | 246 | 43 | 0 | 43 | 126 | 0 | 44 | 143 | 71 |
| Binary | 11111110 | 10100110 | 100011 | 0 | 100011 | 1010110 | 0 | 100100 | 1100011 | 111001 |
Color Harmonies of #FEA623
Complementary color
Monochromatic Colors of #FEA623
Black with #FEA623
Text Example
Text Example
White with #FEA623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA623; }
p { color: rgb(254,166,35); }
H1.HeaderClassName
{
color: #FEA623;
}
.AnyTagClassName
{
color: #FEA623;
}
</style>
background-color css
<style>
a { background-color: #FEA623; }
a { background-color: rgb(254,166,35); }
div.DivClassName
{
background-color: #FEA623;
}
.BgClassName
{
background-color: #FEA623;
}
</style>
border-color css
<style>
span { border-color: #FEA623; }
span { border-color: rgb(254,166,35); }
td.TdClassName
{
border-color: #FEA623;
}
.TagClassName
{
border-color: #FEA623;
}
</style>