Shades of Dark Tangerine #FDAB0E
Tints of Dark Tangerine #FDAB0E
RGB
CMYK
RGB Variations
Color information
#FDAB0E (or 0xFDAB0E) is known color: Dark Tangerine. HEX triplet: FD, AB and 0E. RGB value is (253,171,14). Sum of RGB (Red+Green+Blue) = 253+171+14=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAB0E is #0254F1. Grayscale: #B2B2B2. Windows color (decimal): -152818 or 961533. OLE color: 961533.
HSL color Cylindrical-coordinate representation of color #FDAB0E: hue angle of 39.41º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDAB0E is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 14 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.01 |
| HSL | 39.41º | 0.98% | 0.52% | - |
| HSV(B) | 39.41º | 0.94% | 0.99% | - |
| XYZ | 55.15 | 50.04 | 7.17 | - |
| YUV | 177.62 | 35.67 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 14 | 0 | 0.32 | 0.94 | 0.01 | 39.41 | 0.98 | 0.52 |
| Hex | FD | AB | E | 0 | 20 | 5E | 1 | 27 | 62 | 34 |
| Octal | 375 | 253 | 16 | 0 | 40 | 136 | 1 | 47 | 142 | 64 |
| Binary | 11111101 | 10101011 | 1110 | 0 | 100000 | 1011110 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FDAB0E
Complementary color
Monochromatic Colors of #FDAB0E
Black with #FDAB0E
Text Example
Text Example
White with #FDAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB0E; }
p { color: rgb(253,171,14); }
H1.HeaderClassName
{
color: #FDAB0E;
}
.AnyTagClassName
{
color: #FDAB0E;
}
</style>
background-color css
<style>
a { background-color: #FDAB0E; }
a { background-color: rgb(253,171,14); }
div.DivClassName
{
background-color: #FDAB0E;
}
.BgClassName
{
background-color: #FDAB0E;
}
</style>
border-color css
<style>
span { border-color: #FDAB0E; }
span { border-color: rgb(253,171,14); }
td.TdClassName
{
border-color: #FDAB0E;
}
.TagClassName
{
border-color: #FDAB0E;
}
</style>