Shades of Dark Tangerine #FDA21C
Tints of Dark Tangerine #FDA21C
RGB
CMYK
RGB Variations
Color information
#FDA21C (or 0xFDA21C) is known color: Dark Tangerine. HEX triplet: FD, A2 and 1C. RGB value is (253,162,28). Sum of RGB (Red+Green+Blue) = 253+162+28=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA21C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA21C is #025DE3. Grayscale: #AEAEAE. Windows color (decimal): -155108 or 1876733. OLE color: 1876733.
HSL color Cylindrical-coordinate representation of color #FDA21C: hue angle of 35.73º 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 #FDA21C is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 28 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.01 |
| HSL | 35.73º | 0.98% | 0.55% | - |
| HSV(B) | 35.73º | 0.89% | 0.99% | - |
| XYZ | 53.64 | 46.81 | 7.31 | - |
| YUV | 173.93 | 45.65 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 28 | 0 | 0.36 | 0.89 | 0.01 | 35.73 | 0.98 | 0.55 |
| Hex | FD | A2 | 1C | 0 | 24 | 59 | 1 | 24 | 62 | 37 |
| Octal | 375 | 242 | 34 | 0 | 44 | 131 | 1 | 44 | 142 | 67 |
| Binary | 11111101 | 10100010 | 11100 | 0 | 100100 | 1011001 | 1 | 100100 | 1100010 | 110111 |
Color Harmonies of #FDA21C
Complementary color
Monochromatic Colors of #FDA21C
Black with #FDA21C
Text Example
Text Example
White with #FDA21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA21C; }
p { color: rgb(253,162,28); }
H1.HeaderClassName
{
color: #FDA21C;
}
.AnyTagClassName
{
color: #FDA21C;
}
</style>
background-color css
<style>
a { background-color: #FDA21C; }
a { background-color: rgb(253,162,28); }
div.DivClassName
{
background-color: #FDA21C;
}
.BgClassName
{
background-color: #FDA21C;
}
</style>
border-color css
<style>
span { border-color: #FDA21C; }
span { border-color: rgb(253,162,28); }
td.TdClassName
{
border-color: #FDA21C;
}
.TagClassName
{
border-color: #FDA21C;
}
</style>