Shades of Dark Tangerine #FDA90F
Tints of Dark Tangerine #FDA90F
RGB
CMYK
RGB Variations
Color information
#FDA90F (or 0xFDA90F) is known color: Dark Tangerine. HEX triplet: FD, A9 and 0F. RGB value is (253,169,15). Sum of RGB (Red+Green+Blue) = 253+169+15=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA90F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA90F is #0256F0. Grayscale: #B1B1B1. Windows color (decimal): -153329 or 1026557. OLE color: 1026557.
HSL color Cylindrical-coordinate representation of color #FDA90F: hue angle of 38.82º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDA90F is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 15 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.01 |
| HSL | 38.82º | 0.98% | 0.53% | - |
| HSV(B) | 38.82º | 0.94% | 0.99% | - |
| XYZ | 54.78 | 49.29 | 7.08 | - |
| YUV | 176.56 | 36.83 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 15 | 0 | 0.33 | 0.94 | 0.01 | 38.82 | 0.98 | 0.53 |
| Hex | FD | A9 | F | 0 | 21 | 5E | 1 | 27 | 62 | 35 |
| Octal | 375 | 251 | 17 | 0 | 41 | 136 | 1 | 47 | 142 | 65 |
| Binary | 11111101 | 10101001 | 1111 | 0 | 100001 | 1011110 | 1 | 100111 | 1100010 | 110101 |
Color Harmonies of #FDA90F
Complementary color
Monochromatic Colors of #FDA90F
Black with #FDA90F
Text Example
Text Example
White with #FDA90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA90F; }
p { color: rgb(253,169,15); }
H1.HeaderClassName
{
color: #FDA90F;
}
.AnyTagClassName
{
color: #FDA90F;
}
</style>
background-color css
<style>
a { background-color: #FDA90F; }
a { background-color: rgb(253,169,15); }
div.DivClassName
{
background-color: #FDA90F;
}
.BgClassName
{
background-color: #FDA90F;
}
</style>
border-color css
<style>
span { border-color: #FDA90F; }
span { border-color: rgb(253,169,15); }
td.TdClassName
{
border-color: #FDA90F;
}
.TagClassName
{
border-color: #FDA90F;
}
</style>