Shades of Dark Tangerine #FDA21A
Tints of Dark Tangerine #FDA21A
RGB
CMYK
RGB Variations
Color information
#FDA21A (or 0xFDA21A) is known color: Dark Tangerine. HEX triplet: FD, A2 and 1A. RGB value is (253,162,26). Sum of RGB (Red+Green+Blue) = 253+162+26=441 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.37% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA21A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA21A is #025DE5. Grayscale: #AEAEAE. Windows color (decimal): -155110 or 1745661. OLE color: 1745661.
HSL color Cylindrical-coordinate representation of color #FDA21A: hue angle of 35.95º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDA21A is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 26 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.01 |
| HSL | 35.95º | 0.98% | 0.55% | - |
| HSV(B) | 35.95º | 0.9% | 0.99% | - |
| XYZ | 53.61 | 46.8 | 7.18 | - |
| YUV | 173.71 | 44.65 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 26 | 0 | 0.36 | 0.90 | 0.01 | 35.95 | 0.98 | 0.55 |
| Hex | FD | A2 | 1A | 0 | 24 | 5A | 1 | 24 | 62 | 37 |
| Octal | 375 | 242 | 32 | 0 | 44 | 132 | 1 | 44 | 142 | 67 |
| Binary | 11111101 | 10100010 | 11010 | 0 | 100100 | 1011010 | 1 | 100100 | 1100010 | 110111 |
Color Harmonies of #FDA21A
Complementary color
Monochromatic Colors of #FDA21A
Black with #FDA21A
Text Example
Text Example
White with #FDA21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA21A; }
p { color: rgb(253,162,26); }
H1.HeaderClassName
{
color: #FDA21A;
}
.AnyTagClassName
{
color: #FDA21A;
}
</style>
background-color css
<style>
a { background-color: #FDA21A; }
a { background-color: rgb(253,162,26); }
div.DivClassName
{
background-color: #FDA21A;
}
.BgClassName
{
background-color: #FDA21A;
}
</style>
border-color css
<style>
span { border-color: #FDA21A; }
span { border-color: rgb(253,162,26); }
td.TdClassName
{
border-color: #FDA21A;
}
.TagClassName
{
border-color: #FDA21A;
}
</style>