Shades of Dark Tangerine #FEAD0E
Tints of Dark Tangerine #FEAD0E
RGB
CMYK
RGB Variations
Color information
#FEAD0E (or 0xFEAD0E) is known color: Dark Tangerine. HEX triplet: FE, AD and 0E. RGB value is (254,173,14). Sum of RGB (Red+Green+Blue) = 254+173+14=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD0E is #0152F1. Grayscale: #B3B3B3. Windows color (decimal): -86770 or 962046. OLE color: 962046.
HSL color Cylindrical-coordinate representation of color #FEAD0E: hue angle of 39.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEAD0E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.00 |
| HSL | 39.75º | 0.99% | 0.53% | - |
| HSV(B) | 39.75º | 0.94% | 1% | - |
| XYZ | 55.9 | 50.99 | 7.31 | - |
| YUV | 179.09 | 34.84 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 14 | 0 | 0.32 | 0.94 | 0.00 | 39.75 | 0.99 | 0.53 |
| Hex | FE | AD | E | 0 | 20 | 5E | 0 | 28 | 63 | 35 |
| Octal | 376 | 255 | 16 | 0 | 40 | 136 | 0 | 50 | 143 | 65 |
| Binary | 11111110 | 10101101 | 1110 | 0 | 100000 | 1011110 | 0 | 101000 | 1100011 | 110101 |
Color Harmonies of #FEAD0E
Complementary color
Monochromatic Colors of #FEAD0E
Black with #FEAD0E
Text Example
Text Example
White with #FEAD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD0E; }
p { color: rgb(254,173,14); }
H1.HeaderClassName
{
color: #FEAD0E;
}
.AnyTagClassName
{
color: #FEAD0E;
}
</style>
background-color css
<style>
a { background-color: #FEAD0E; }
a { background-color: rgb(254,173,14); }
div.DivClassName
{
background-color: #FEAD0E;
}
.BgClassName
{
background-color: #FEAD0E;
}
</style>
border-color css
<style>
span { border-color: #FEAD0E; }
span { border-color: rgb(254,173,14); }
td.TdClassName
{
border-color: #FEAD0E;
}
.TagClassName
{
border-color: #FEAD0E;
}
</style>