Shades of Dark Tangerine #FEA823
Tints of Dark Tangerine #FEA823
RGB
CMYK
RGB Variations
Color information
#FEA823 (or 0xFEA823) is known color: Dark Tangerine. HEX triplet: FE, A8 and 23. RGB value is (254,168,35). Sum of RGB (Red+Green+Blue) = 254+168+35=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 35 (14.06% from 255 or 7.66% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA823 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA823 is #0157DC. Grayscale: #B3B3B3. Windows color (decimal): -88029 or 2337022. OLE color: 2337022.
HSL color Cylindrical-coordinate representation of color #FEA823: hue angle of 36.44º 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 #FEA823 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 35 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.00 |
| HSL | 36.44º | 0.99% | 0.57% | - |
| HSV(B) | 36.44º | 0.86% | 1% | - |
| XYZ | 55.18 | 49.2 | 8.18 | - |
| YUV | 178.55 | 46.99 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 35 | 0 | 0.34 | 0.86 | 0.00 | 36.44 | 0.99 | 0.57 |
| Hex | FE | A8 | 23 | 0 | 22 | 56 | 0 | 24 | 63 | 39 |
| Octal | 376 | 250 | 43 | 0 | 42 | 126 | 0 | 44 | 143 | 71 |
| Binary | 11111110 | 10101000 | 100011 | 0 | 100010 | 1010110 | 0 | 100100 | 1100011 | 111001 |
Color Harmonies of #FEA823
Complementary color
Monochromatic Colors of #FEA823
Black with #FEA823
Text Example
Text Example
White with #FEA823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA823; }
p { color: rgb(254,168,35); }
H1.HeaderClassName
{
color: #FEA823;
}
.AnyTagClassName
{
color: #FEA823;
}
</style>
background-color css
<style>
a { background-color: #FEA823; }
a { background-color: rgb(254,168,35); }
div.DivClassName
{
background-color: #FEA823;
}
.BgClassName
{
background-color: #FEA823;
}
</style>
border-color css
<style>
span { border-color: #FEA823; }
span { border-color: rgb(254,168,35); }
td.TdClassName
{
border-color: #FEA823;
}
.TagClassName
{
border-color: #FEA823;
}
</style>