Shades of Dark Tangerine #FDA80A
Tints of Dark Tangerine #FDA80A
RGB
CMYK
RGB Variations
Color information
#FDA80A (or 0xFDA80A) is known color: Dark Tangerine. HEX triplet: FD, A8 and 0A. RGB value is (253,168,10). Sum of RGB (Red+Green+Blue) = 253+168+10=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA80A is #0257F5. Grayscale: #B0B0B0. Windows color (decimal): -153590 or 698621. OLE color: 698621.
HSL color Cylindrical-coordinate representation of color #FDA80A: hue angle of 39.01º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDA80A is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 10 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.01 |
| HSL | 39.01º | 0.98% | 0.52% | - |
| HSV(B) | 39.01º | 0.96% | 0.99% | - |
| XYZ | 54.57 | 48.91 | 6.85 | - |
| YUV | 175.4 | 34.66 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 10 | 0 | 0.34 | 0.96 | 0.01 | 39.01 | 0.98 | 0.52 |
| Hex | FD | A8 | A | 0 | 22 | 60 | 1 | 27 | 62 | 34 |
| Octal | 375 | 250 | 12 | 0 | 42 | 140 | 1 | 47 | 142 | 64 |
| Binary | 11111101 | 10101000 | 1010 | 0 | 100010 | 1100000 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FDA80A
Complementary color
Monochromatic Colors of #FDA80A
Black with #FDA80A
Text Example
Text Example
White with #FDA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA80A; }
p { color: rgb(253,168,10); }
H1.HeaderClassName
{
color: #FDA80A;
}
.AnyTagClassName
{
color: #FDA80A;
}
</style>
background-color css
<style>
a { background-color: #FDA80A; }
a { background-color: rgb(253,168,10); }
div.DivClassName
{
background-color: #FDA80A;
}
.BgClassName
{
background-color: #FDA80A;
}
</style>
border-color css
<style>
span { border-color: #FDA80A; }
span { border-color: rgb(253,168,10); }
td.TdClassName
{
border-color: #FDA80A;
}
.TagClassName
{
border-color: #FDA80A;
}
</style>