Shades of Dark Tangerine #FDA01D
Tints of Dark Tangerine #FDA01D
RGB
CMYK
RGB Variations
Color information
#FDA01D (or 0xFDA01D) is known color: Dark Tangerine. HEX triplet: FD, A0 and 1D. RGB value is (253,160,29). Sum of RGB (Red+Green+Blue) = 253+160+29=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA01D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA01D is #025FE2. Grayscale: #ADADAD. Windows color (decimal): -155619 or 1941757. OLE color: 1941757.
HSL color Cylindrical-coordinate representation of color #FDA01D: hue angle of 35.09º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDA01D is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 29 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.01 |
| HSL | 35.09º | 0.98% | 0.55% | - |
| HSV(B) | 35.09º | 0.89% | 0.99% | - |
| XYZ | 53.3 | 46.11 | 7.25 | - |
| YUV | 172.87 | 46.81 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 29 | 0 | 0.37 | 0.89 | 0.01 | 35.09 | 0.98 | 0.55 |
| Hex | FD | A0 | 1D | 0 | 25 | 59 | 1 | 23 | 62 | 37 |
| Octal | 375 | 240 | 35 | 0 | 45 | 131 | 1 | 43 | 142 | 67 |
| Binary | 11111101 | 10100000 | 11101 | 0 | 100101 | 1011001 | 1 | 100011 | 1100010 | 110111 |
Color Harmonies of #FDA01D
Complementary color
Monochromatic Colors of #FDA01D
Black with #FDA01D
Text Example
Text Example
White with #FDA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA01D; }
p { color: rgb(253,160,29); }
H1.HeaderClassName
{
color: #FDA01D;
}
.AnyTagClassName
{
color: #FDA01D;
}
</style>
background-color css
<style>
a { background-color: #FDA01D; }
a { background-color: rgb(253,160,29); }
div.DivClassName
{
background-color: #FDA01D;
}
.BgClassName
{
background-color: #FDA01D;
}
</style>
border-color css
<style>
span { border-color: #FDA01D; }
span { border-color: rgb(253,160,29); }
td.TdClassName
{
border-color: #FDA01D;
}
.TagClassName
{
border-color: #FDA01D;
}
</style>