Shades of Dark Tangerine #FEAD13
Tints of Dark Tangerine #FEAD13
RGB
CMYK
RGB Variations
Color information
#FEAD13 (or 0xFEAD13) is known color: Dark Tangerine. HEX triplet: FE, AD and 13. RGB value is (254,173,19). Sum of RGB (Red+Green+Blue) = 254+173+19=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEAD13 is #0152EC. Grayscale: #B4B4B4. Windows color (decimal): -86765 or 1289726. OLE color: 1289726.
HSL color Cylindrical-coordinate representation of color #FEAD13: hue angle of 39.32º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEAD13 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 173 | 19 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.00 |
| HSL | 39.32º | 0.99% | 0.54% | - |
| HSV(B) | 39.32º | 0.93% | 1% | - |
| XYZ | 55.93 | 51 | 7.51 | - |
| YUV | 179.66 | 37.34 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 173 | 19 | 0 | 0.32 | 0.93 | 0.00 | 39.32 | 0.99 | 0.54 |
| Hex | FE | AD | 13 | 0 | 20 | 5D | 0 | 27 | 63 | 36 |
| Octal | 376 | 255 | 23 | 0 | 40 | 135 | 0 | 47 | 143 | 66 |
| Binary | 11111110 | 10101101 | 10011 | 0 | 100000 | 1011101 | 0 | 100111 | 1100011 | 110110 |
Color Harmonies of #FEAD13
Complementary color
Monochromatic Colors of #FEAD13
Black with #FEAD13
Text Example
Text Example
White with #FEAD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAD13; }
p { color: rgb(254,173,19); }
H1.HeaderClassName
{
color: #FEAD13;
}
.AnyTagClassName
{
color: #FEAD13;
}
</style>
background-color css
<style>
a { background-color: #FEAD13; }
a { background-color: rgb(254,173,19); }
div.DivClassName
{
background-color: #FEAD13;
}
.BgClassName
{
background-color: #FEAD13;
}
</style>
border-color css
<style>
span { border-color: #FEAD13; }
span { border-color: rgb(254,173,19); }
td.TdClassName
{
border-color: #FEAD13;
}
.TagClassName
{
border-color: #FEAD13;
}
</style>