Shades of Dark Tangerine #FEA819
Tints of Dark Tangerine #FEA819
RGB
CMYK
RGB Variations
Color information
#FEA819 (or 0xFEA819) is known color: Dark Tangerine. HEX triplet: FE, A8 and 19. RGB value is (254,168,25). Sum of RGB (Red+Green+Blue) = 254+168+25=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA819 is #0157E6. Grayscale: #B2B2B2. Windows color (decimal): -88039 or 1681662. OLE color: 1681662.
HSL color Cylindrical-coordinate representation of color #FEA819: hue angle of 37.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEA819 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 168 | 25 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.00 |
| HSL | 37.47º | 0.99% | 0.55% | - |
| HSV(B) | 37.47º | 0.9% | 1% | - |
| XYZ | 55.05 | 49.15 | 7.5 | - |
| YUV | 177.41 | 41.99 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 168 | 25 | 0 | 0.34 | 0.90 | 0.00 | 37.47 | 0.99 | 0.55 |
| Hex | FE | A8 | 19 | 0 | 22 | 5A | 0 | 25 | 63 | 37 |
| Octal | 376 | 250 | 31 | 0 | 42 | 132 | 0 | 45 | 143 | 67 |
| Binary | 11111110 | 10101000 | 11001 | 0 | 100010 | 1011010 | 0 | 100101 | 1100011 | 110111 |
Color Harmonies of #FEA819
Complementary color
Monochromatic Colors of #FEA819
Black with #FEA819
Text Example
Text Example
White with #FEA819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA819; }
p { color: rgb(254,168,25); }
H1.HeaderClassName
{
color: #FEA819;
}
.AnyTagClassName
{
color: #FEA819;
}
</style>
background-color css
<style>
a { background-color: #FEA819; }
a { background-color: rgb(254,168,25); }
div.DivClassName
{
background-color: #FEA819;
}
.BgClassName
{
background-color: #FEA819;
}
</style>
border-color css
<style>
span { border-color: #FEA819; }
span { border-color: rgb(254,168,25); }
td.TdClassName
{
border-color: #FEA819;
}
.TagClassName
{
border-color: #FEA819;
}
</style>