Shades of Dark Tangerine #FDA21D
Tints of Dark Tangerine #FDA21D
RGB
CMYK
RGB Variations
Color information
#FDA21D (or 0xFDA21D) is known color: Dark Tangerine. HEX triplet: FD, A2 and 1D. RGB value is (253,162,29). Sum of RGB (Red+Green+Blue) = 253+162+29=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA21D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA21D is #025DE2. Grayscale: #AEAEAE. Windows color (decimal): -155107 or 1942269. OLE color: 1942269.
HSL color Cylindrical-coordinate representation of color #FDA21D: hue angle of 35.62º 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 #FDA21D is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 29 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.01 |
| HSL | 35.63º | 0.98% | 0.55% | - |
| HSV(B) | 35.63º | 0.89% | 0.99% | - |
| XYZ | 53.65 | 46.81 | 7.37 | - |
| YUV | 174.05 | 46.15 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 29 | 0 | 0.36 | 0.89 | 0.01 | 35.63 | 0.98 | 0.55 |
| Hex | FD | A2 | 1D | 0 | 24 | 59 | 1 | 24 | 62 | 37 |
| Octal | 375 | 242 | 35 | 0 | 44 | 131 | 1 | 44 | 142 | 67 |
| Binary | 11111101 | 10100010 | 11101 | 0 | 100100 | 1011001 | 1 | 100100 | 1100010 | 110111 |
Color Harmonies of #FDA21D
Complementary color
Monochromatic Colors of #FDA21D
Black with #FDA21D
Text Example
Text Example
White with #FDA21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA21D; }
p { color: rgb(253,162,29); }
H1.HeaderClassName
{
color: #FDA21D;
}
.AnyTagClassName
{
color: #FDA21D;
}
</style>
background-color css
<style>
a { background-color: #FDA21D; }
a { background-color: rgb(253,162,29); }
div.DivClassName
{
background-color: #FDA21D;
}
.BgClassName
{
background-color: #FDA21D;
}
</style>
border-color css
<style>
span { border-color: #FDA21D; }
span { border-color: rgb(253,162,29); }
td.TdClassName
{
border-color: #FDA21D;
}
.TagClassName
{
border-color: #FDA21D;
}
</style>