Shades of Dark Tangerine #FDA80E
Tints of Dark Tangerine #FDA80E
RGB
CMYK
RGB Variations
Color information
#FDA80E (or 0xFDA80E) is known color: Dark Tangerine. HEX triplet: FD, A8 and 0E. RGB value is (253,168,14). Sum of RGB (Red+Green+Blue) = 253+168+14=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA80E is #0257F1. Grayscale: #B0B0B0. Windows color (decimal): -153586 or 960765. OLE color: 960765.
HSL color Cylindrical-coordinate representation of color #FDA80E: hue angle of 38.66º 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 #FDA80E is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 14 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.01 |
| HSL | 38.66º | 0.98% | 0.52% | - |
| HSV(B) | 38.66º | 0.94% | 0.99% | - |
| XYZ | 54.59 | 48.92 | 6.98 | - |
| YUV | 175.86 | 36.66 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 14 | 0 | 0.34 | 0.94 | 0.01 | 38.66 | 0.98 | 0.52 |
| Hex | FD | A8 | E | 0 | 22 | 5E | 1 | 27 | 62 | 34 |
| Octal | 375 | 250 | 16 | 0 | 42 | 136 | 1 | 47 | 142 | 64 |
| Binary | 11111101 | 10101000 | 1110 | 0 | 100010 | 1011110 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FDA80E
Complementary color
Monochromatic Colors of #FDA80E
Black with #FDA80E
Text Example
Text Example
White with #FDA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA80E; }
p { color: rgb(253,168,14); }
H1.HeaderClassName
{
color: #FDA80E;
}
.AnyTagClassName
{
color: #FDA80E;
}
</style>
background-color css
<style>
a { background-color: #FDA80E; }
a { background-color: rgb(253,168,14); }
div.DivClassName
{
background-color: #FDA80E;
}
.BgClassName
{
background-color: #FDA80E;
}
</style>
border-color css
<style>
span { border-color: #FDA80E; }
span { border-color: rgb(253,168,14); }
td.TdClassName
{
border-color: #FDA80E;
}
.TagClassName
{
border-color: #FDA80E;
}
</style>