Shades of Dark Tangerine #FDA90A
Tints of Dark Tangerine #FDA90A
RGB
CMYK
RGB Variations
Color information
#FDA90A (or 0xFDA90A) is known color: Dark Tangerine. HEX triplet: FD, A9 and 0A. RGB value is (253,169,10). Sum of RGB (Red+Green+Blue) = 253+169+10=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA90A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA90A is #0256F5. Grayscale: #B0B0B0. Windows color (decimal): -153334 or 698877. OLE color: 698877.
HSL color Cylindrical-coordinate representation of color #FDA90A: hue angle of 39.26º 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 #FDA90A is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 10 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.01 |
| HSL | 39.26º | 0.98% | 0.52% | - |
| HSV(B) | 39.26º | 0.96% | 0.99% | - |
| XYZ | 54.75 | 49.28 | 6.91 | - |
| YUV | 175.99 | 34.33 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 10 | 0 | 0.33 | 0.96 | 0.01 | 39.26 | 0.98 | 0.52 |
| Hex | FD | A9 | A | 0 | 21 | 60 | 1 | 27 | 62 | 34 |
| Octal | 375 | 251 | 12 | 0 | 41 | 140 | 1 | 47 | 142 | 64 |
| Binary | 11111101 | 10101001 | 1010 | 0 | 100001 | 1100000 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FDA90A
Complementary color
Monochromatic Colors of #FDA90A
Black with #FDA90A
Text Example
Text Example
White with #FDA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA90A; }
p { color: rgb(253,169,10); }
H1.HeaderClassName
{
color: #FDA90A;
}
.AnyTagClassName
{
color: #FDA90A;
}
</style>
background-color css
<style>
a { background-color: #FDA90A; }
a { background-color: rgb(253,169,10); }
div.DivClassName
{
background-color: #FDA90A;
}
.BgClassName
{
background-color: #FDA90A;
}
</style>
border-color css
<style>
span { border-color: #FDA90A; }
span { border-color: rgb(253,169,10); }
td.TdClassName
{
border-color: #FDA90A;
}
.TagClassName
{
border-color: #FDA90A;
}
</style>