Shades of Dark Tangerine #FEA818
Tints of Dark Tangerine #FEA818
RGB
CMYK
RGB Variations
Color information
#FEA818 (or 0xFEA818) is known color: Dark Tangerine. HEX triplet: FE, A8 and 18. RGB value is (254,168,24). Sum of RGB (Red+Green+Blue) = 254+168+24=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA818 is #0157E7. Grayscale: #B1B1B1. Windows color (decimal): -88040 or 1616126. OLE color: 1616126.
HSL color Cylindrical-coordinate representation of color #FEA818: hue angle of 37.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEA818 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 24 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.00 |
| HSL | 37.57º | 0.99% | 0.55% | - |
| HSV(B) | 37.57º | 0.91% | 1% | - |
| XYZ | 55.04 | 49.14 | 7.45 | - |
| YUV | 177.3 | 41.49 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 24 | 0 | 0.34 | 0.91 | 0.00 | 37.57 | 0.99 | 0.55 |
| Hex | FE | A8 | 18 | 0 | 22 | 5B | 0 | 26 | 63 | 37 |
| Octal | 376 | 250 | 30 | 0 | 42 | 133 | 0 | 46 | 143 | 67 |
| Binary | 11111110 | 10101000 | 11000 | 0 | 100010 | 1011011 | 0 | 100110 | 1100011 | 110111 |
Color Harmonies of #FEA818
Complementary color
Monochromatic Colors of #FEA818
Black with #FEA818
Text Example
Text Example
White with #FEA818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA818; }
p { color: rgb(254,168,24); }
H1.HeaderClassName
{
color: #FEA818;
}
.AnyTagClassName
{
color: #FEA818;
}
</style>
background-color css
<style>
a { background-color: #FEA818; }
a { background-color: rgb(254,168,24); }
div.DivClassName
{
background-color: #FEA818;
}
.BgClassName
{
background-color: #FEA818;
}
</style>
border-color css
<style>
span { border-color: #FEA818; }
span { border-color: rgb(254,168,24); }
td.TdClassName
{
border-color: #FEA818;
}
.TagClassName
{
border-color: #FEA818;
}
</style>