Shades of Dark Tangerine #FDAA19
Tints of Dark Tangerine #FDAA19
RGB
CMYK
RGB Variations
Color information
#FDAA19 (or 0xFDAA19) is known color: Dark Tangerine. HEX triplet: FD, AA and 19. RGB value is (253,170,25). Sum of RGB (Red+Green+Blue) = 253+170+25=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 25 (10.16% from 255 or 5.58% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAA19 is #0255E6. Grayscale: #B2B2B2. Windows color (decimal): -153063 or 1682173. OLE color: 1682173.
HSL color Cylindrical-coordinate representation of color #FDAA19: hue angle of 38.16º 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 #FDAA19 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 25 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.01 |
| HSL | 38.16º | 0.98% | 0.55% | - |
| HSV(B) | 38.16º | 0.9% | 0.99% | - |
| XYZ | 55.06 | 49.7 | 7.61 | - |
| YUV | 178.29 | 41.5 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 25 | 0 | 0.33 | 0.90 | 0.01 | 38.16 | 0.98 | 0.55 |
| Hex | FD | AA | 19 | 0 | 21 | 5A | 1 | 26 | 62 | 37 |
| Octal | 375 | 252 | 31 | 0 | 41 | 132 | 1 | 46 | 142 | 67 |
| Binary | 11111101 | 10101010 | 11001 | 0 | 100001 | 1011010 | 1 | 100110 | 1100010 | 110111 |
Color Harmonies of #FDAA19
Complementary color
Monochromatic Colors of #FDAA19
Black with #FDAA19
Text Example
Text Example
White with #FDAA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA19; }
p { color: rgb(253,170,25); }
H1.HeaderClassName
{
color: #FDAA19;
}
.AnyTagClassName
{
color: #FDAA19;
}
</style>
background-color css
<style>
a { background-color: #FDAA19; }
a { background-color: rgb(253,170,25); }
div.DivClassName
{
background-color: #FDAA19;
}
.BgClassName
{
background-color: #FDAA19;
}
</style>
border-color css
<style>
span { border-color: #FDAA19; }
span { border-color: rgb(253,170,25); }
td.TdClassName
{
border-color: #FDAA19;
}
.TagClassName
{
border-color: #FDAA19;
}
</style>