Shades of Dark Tangerine #FDA411
Tints of Dark Tangerine #FDA411
RGB
CMYK
RGB Variations
Color information
#FDA411 (or 0xFDA411) is known color: Dark Tangerine. HEX triplet: FD, A4 and 11. RGB value is (253,164,17). Sum of RGB (Red+Green+Blue) = 253+164+17=434 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.29% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA411 is #025BEE. Grayscale: #AEAEAE. Windows color (decimal): -154607 or 1156349. OLE color: 1156349.
HSL color Cylindrical-coordinate representation of color #FDA411: hue angle of 37.37º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDA411 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 17 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.01 |
| HSL | 37.37º | 0.98% | 0.53% | - |
| HSV(B) | 37.37º | 0.93% | 0.99% | - |
| XYZ | 53.88 | 47.47 | 6.85 | - |
| YUV | 173.85 | 39.49 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 17 | 0 | 0.35 | 0.93 | 0.01 | 37.37 | 0.98 | 0.53 |
| Hex | FD | A4 | 11 | 0 | 23 | 5D | 1 | 25 | 62 | 35 |
| Octal | 375 | 244 | 21 | 0 | 43 | 135 | 1 | 45 | 142 | 65 |
| Binary | 11111101 | 10100100 | 10001 | 0 | 100011 | 1011101 | 1 | 100101 | 1100010 | 110101 |
Color Harmonies of #FDA411
Complementary color
Monochromatic Colors of #FDA411
Black with #FDA411
Text Example
Text Example
White with #FDA411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA411; }
p { color: rgb(253,164,17); }
H1.HeaderClassName
{
color: #FDA411;
}
.AnyTagClassName
{
color: #FDA411;
}
</style>
background-color css
<style>
a { background-color: #FDA411; }
a { background-color: rgb(253,164,17); }
div.DivClassName
{
background-color: #FDA411;
}
.BgClassName
{
background-color: #FDA411;
}
</style>
border-color css
<style>
span { border-color: #FDA411; }
span { border-color: rgb(253,164,17); }
td.TdClassName
{
border-color: #FDA411;
}
.TagClassName
{
border-color: #FDA411;
}
</style>