Shades of Dark Tangerine #FEAD11
Tints of Dark Tangerine #FEAD11
RGB
CMYK
RGB Variations
Color information
#FEAD11 (or 0xFEAD11) is known color: Dark Tangerine. HEX triplet: FE, AD and 11. RGB value is (254,173,17). Sum of RGB (Red+Green+Blue) = 254+173+17=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD11 is #0152EE. Grayscale: #B4B4B4. Windows color (decimal): -86767 or 1158654. OLE color: 1158654.
HSL color Cylindrical-coordinate representation of color #FEAD11: hue angle of 39.49º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEAD11 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 17 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.00 |
| HSL | 39.49º | 0.99% | 0.53% | - |
| HSV(B) | 39.49º | 0.93% | 1% | - |
| XYZ | 55.92 | 51 | 7.43 | - |
| YUV | 179.44 | 36.34 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 17 | 0 | 0.32 | 0.93 | 0.00 | 39.49 | 0.99 | 0.53 |
| Hex | FE | AD | 11 | 0 | 20 | 5D | 0 | 27 | 63 | 35 |
| Octal | 376 | 255 | 21 | 0 | 40 | 135 | 0 | 47 | 143 | 65 |
| Binary | 11111110 | 10101101 | 10001 | 0 | 100000 | 1011101 | 0 | 100111 | 1100011 | 110101 |
Color Harmonies of #FEAD11
Complementary color
Monochromatic Colors of #FEAD11
Black with #FEAD11
Text Example
Text Example
White with #FEAD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD11; }
p { color: rgb(254,173,17); }
H1.HeaderClassName
{
color: #FEAD11;
}
.AnyTagClassName
{
color: #FEAD11;
}
</style>
background-color css
<style>
a { background-color: #FEAD11; }
a { background-color: rgb(254,173,17); }
div.DivClassName
{
background-color: #FEAD11;
}
.BgClassName
{
background-color: #FEAD11;
}
</style>
border-color css
<style>
span { border-color: #FEAD11; }
span { border-color: rgb(254,173,17); }
td.TdClassName
{
border-color: #FEAD11;
}
.TagClassName
{
border-color: #FEAD11;
}
</style>