Shades of Dark Tangerine #FDA110
Tints of Dark Tangerine #FDA110
RGB
CMYK
RGB Variations
Color information
#FDA110 (or 0xFDA110) is known color: Dark Tangerine. HEX triplet: FD, A1 and 10. RGB value is (253,161,16). Sum of RGB (Red+Green+Blue) = 253+161+16=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA110 is #025EEF. Grayscale: #ACACAC. Windows color (decimal): -155376 or 1090045. OLE color: 1090045.
HSL color Cylindrical-coordinate representation of color #FDA110: hue angle of 36.71º 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 #FDA110 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 16 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.01 |
| HSL | 36.71º | 0.98% | 0.53% | - |
| HSV(B) | 36.71º | 0.94% | 0.99% | - |
| XYZ | 53.35 | 46.41 | 6.64 | - |
| YUV | 171.98 | 39.98 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 16 | 0 | 0.36 | 0.94 | 0.01 | 36.71 | 0.98 | 0.53 |
| Hex | FD | A1 | 10 | 0 | 24 | 5E | 1 | 25 | 62 | 35 |
| Octal | 375 | 241 | 20 | 0 | 44 | 136 | 1 | 45 | 142 | 65 |
| Binary | 11111101 | 10100001 | 10000 | 0 | 100100 | 1011110 | 1 | 100101 | 1100010 | 110101 |
Color Harmonies of #FDA110
Complementary color
Monochromatic Colors of #FDA110
Black with #FDA110
Text Example
Text Example
White with #FDA110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA110; }
p { color: rgb(253,161,16); }
H1.HeaderClassName
{
color: #FDA110;
}
.AnyTagClassName
{
color: #FDA110;
}
</style>
background-color css
<style>
a { background-color: #FDA110; }
a { background-color: rgb(253,161,16); }
div.DivClassName
{
background-color: #FDA110;
}
.BgClassName
{
background-color: #FDA110;
}
</style>
border-color css
<style>
span { border-color: #FDA110; }
span { border-color: rgb(253,161,16); }
td.TdClassName
{
border-color: #FDA110;
}
.TagClassName
{
border-color: #FDA110;
}
</style>