Shades of Dark Tangerine #FDA111
Tints of Dark Tangerine #FDA111
RGB
CMYK
RGB Variations
Color information
#FDA111 (or 0xFDA111) is known color: Dark Tangerine. HEX triplet: FD, A1 and 11. RGB value is (253,161,17). Sum of RGB (Red+Green+Blue) = 253+161+17=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA111 is #025EEE. Grayscale: #ACACAC. Windows color (decimal): -155375 or 1155581. OLE color: 1155581.
HSL color Cylindrical-coordinate representation of color #FDA111: hue angle of 36.61º 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 #FDA111 is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 17 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.01 |
| HSL | 36.61º | 0.98% | 0.53% | - |
| HSV(B) | 36.61º | 0.93% | 0.99% | - |
| XYZ | 53.35 | 46.41 | 6.68 | - |
| YUV | 172.09 | 40.48 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 17 | 0 | 0.36 | 0.93 | 0.01 | 36.61 | 0.98 | 0.53 |
| Hex | FD | A1 | 11 | 0 | 24 | 5D | 1 | 25 | 62 | 35 |
| Octal | 375 | 241 | 21 | 0 | 44 | 135 | 1 | 45 | 142 | 65 |
| Binary | 11111101 | 10100001 | 10001 | 0 | 100100 | 1011101 | 1 | 100101 | 1100010 | 110101 |
Color Harmonies of #FDA111
Complementary color
Monochromatic Colors of #FDA111
Black with #FDA111
Text Example
Text Example
White with #FDA111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA111; }
p { color: rgb(253,161,17); }
H1.HeaderClassName
{
color: #FDA111;
}
.AnyTagClassName
{
color: #FDA111;
}
</style>
background-color css
<style>
a { background-color: #FDA111; }
a { background-color: rgb(253,161,17); }
div.DivClassName
{
background-color: #FDA111;
}
.BgClassName
{
background-color: #FDA111;
}
</style>
border-color css
<style>
span { border-color: #FDA111; }
span { border-color: rgb(253,161,17); }
td.TdClassName
{
border-color: #FDA111;
}
.TagClassName
{
border-color: #FDA111;
}
</style>