Shades of Dark Tangerine #FEAF11
Tints of Dark Tangerine #FEAF11
RGB
CMYK
RGB Variations
Color information
#FEAF11 (or 0xFEAF11) is known color: Dark Tangerine. HEX triplet: FE, AF and 11. RGB value is (254,175,17). Sum of RGB (Red+Green+Blue) = 254+175+17=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 17 (7.03% from 255 or 3.81% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAF11 is #0150EE. Grayscale: #B5B5B5. Windows color (decimal): -86255 or 1159166. OLE color: 1159166.
HSL color Cylindrical-coordinate representation of color #FEAF11: hue angle of 40º 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 #FEAF11 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 175 | 17 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.00 |
| HSL | 40º | 0.99% | 0.53% | - |
| HSV(B) | 40º | 0.93% | 1% | - |
| XYZ | 56.3 | 51.77 | 7.56 | - |
| YUV | 180.61 | 35.67 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 175 | 17 | 0 | 0.31 | 0.93 | 0.00 | 40 | 0.99 | 0.53 |
| Hex | FE | AF | 11 | 0 | 1F | 5D | 0 | 28 | 63 | 35 |
| Octal | 376 | 257 | 21 | 0 | 37 | 135 | 0 | 50 | 143 | 65 |
| Binary | 11111110 | 10101111 | 10001 | 0 | 11111 | 1011101 | 0 | 101000 | 1100011 | 110101 |
Color Harmonies of #FEAF11
Complementary color
Monochromatic Colors of #FEAF11
Black with #FEAF11
Text Example
Text Example
White with #FEAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAF11; }
p { color: rgb(254,175,17); }
H1.HeaderClassName
{
color: #FEAF11;
}
.AnyTagClassName
{
color: #FEAF11;
}
</style>
background-color css
<style>
a { background-color: #FEAF11; }
a { background-color: rgb(254,175,17); }
div.DivClassName
{
background-color: #FEAF11;
}
.BgClassName
{
background-color: #FEAF11;
}
</style>
border-color css
<style>
span { border-color: #FEAF11; }
span { border-color: rgb(254,175,17); }
td.TdClassName
{
border-color: #FEAF11;
}
.TagClassName
{
border-color: #FEAF11;
}
</style>