Shades of Dark Tangerine #FDA219
Tints of Dark Tangerine #FDA219
RGB
CMYK
RGB Variations
Color information
#FDA219 (or 0xFDA219) is known color: Dark Tangerine. HEX triplet: FD, A2 and 19. RGB value is (253,162,25). Sum of RGB (Red+Green+Blue) = 253+162+25=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA219 is #025DE6. Grayscale: #AEAEAE. Windows color (decimal): -155111 or 1680125. OLE color: 1680125.
HSL color Cylindrical-coordinate representation of color #FDA219: hue angle of 36.05º 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 #FDA219 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 25 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.01 |
| HSL | 36.05º | 0.98% | 0.55% | - |
| HSV(B) | 36.05º | 0.9% | 0.99% | - |
| XYZ | 53.6 | 46.79 | 7.13 | - |
| YUV | 173.59 | 44.15 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 25 | 0 | 0.36 | 0.90 | 0.01 | 36.05 | 0.98 | 0.55 |
| Hex | FD | A2 | 19 | 0 | 24 | 5A | 1 | 24 | 62 | 37 |
| Octal | 375 | 242 | 31 | 0 | 44 | 132 | 1 | 44 | 142 | 67 |
| Binary | 11111101 | 10100010 | 11001 | 0 | 100100 | 1011010 | 1 | 100100 | 1100010 | 110111 |
Color Harmonies of #FDA219
Complementary color
Monochromatic Colors of #FDA219
Black with #FDA219
Text Example
Text Example
White with #FDA219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA219; }
p { color: rgb(253,162,25); }
H1.HeaderClassName
{
color: #FDA219;
}
.AnyTagClassName
{
color: #FDA219;
}
</style>
background-color css
<style>
a { background-color: #FDA219; }
a { background-color: rgb(253,162,25); }
div.DivClassName
{
background-color: #FDA219;
}
.BgClassName
{
background-color: #FDA219;
}
</style>
border-color css
<style>
span { border-color: #FDA219; }
span { border-color: rgb(253,162,25); }
td.TdClassName
{
border-color: #FDA219;
}
.TagClassName
{
border-color: #FDA219;
}
</style>