Shades of Dark Tangerine #FDA90D
Tints of Dark Tangerine #FDA90D
RGB
CMYK
RGB Variations
Color information
#FDA90D (or 0xFDA90D) is known color: Dark Tangerine. HEX triplet: FD, A9 and 0D. RGB value is (253,169,13). Sum of RGB (Red+Green+Blue) = 253+169+13=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA90D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA90D is #0256F2. Grayscale: #B1B1B1. Windows color (decimal): -153331 or 895485. OLE color: 895485.
HSL color Cylindrical-coordinate representation of color #FDA90D: hue angle of 39º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDA90D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 13 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.01 |
| HSL | 39º | 0.98% | 0.52% | - |
| HSV(B) | 39º | 0.95% | 0.99% | - |
| XYZ | 54.77 | 49.29 | 7.01 | - |
| YUV | 176.33 | 35.83 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 13 | 0 | 0.33 | 0.95 | 0.01 | 39 | 0.98 | 0.52 |
| Hex | FD | A9 | D | 0 | 21 | 5F | 1 | 27 | 62 | 34 |
| Octal | 375 | 251 | 15 | 0 | 41 | 137 | 1 | 47 | 142 | 64 |
| Binary | 11111101 | 10101001 | 1101 | 0 | 100001 | 1011111 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FDA90D
Complementary color
Monochromatic Colors of #FDA90D
Black with #FDA90D
Text Example
Text Example
White with #FDA90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA90D; }
p { color: rgb(253,169,13); }
H1.HeaderClassName
{
color: #FDA90D;
}
.AnyTagClassName
{
color: #FDA90D;
}
</style>
background-color css
<style>
a { background-color: #FDA90D; }
a { background-color: rgb(253,169,13); }
div.DivClassName
{
background-color: #FDA90D;
}
.BgClassName
{
background-color: #FDA90D;
}
</style>
border-color css
<style>
span { border-color: #FDA90D; }
span { border-color: rgb(253,169,13); }
td.TdClassName
{
border-color: #FDA90D;
}
.TagClassName
{
border-color: #FDA90D;
}
</style>