Shades of Dark Tangerine #FDAA1E
Tints of Dark Tangerine #FDAA1E
RGB
CMYK
RGB Variations
Color information
#FDAA1E (or 0xFDAA1E) is known color: Dark Tangerine. HEX triplet: FD, AA and 1E. RGB value is (253,170,30). Sum of RGB (Red+Green+Blue) = 253+170+30=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 30 (12.11% from 255 or 6.62% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA1E is #0255E1. Grayscale: #B3B3B3. Windows color (decimal): -153058 or 2009853. OLE color: 2009853.
HSL color Cylindrical-coordinate representation of color #FDAA1E: hue angle of 37.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDAA1E is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 30 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.01 |
| HSL | 37.67º | 0.98% | 0.55% | - |
| HSV(B) | 37.67º | 0.88% | 0.99% | - |
| XYZ | 55.12 | 49.73 | 7.92 | - |
| YUV | 178.86 | 44 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 30 | 0 | 0.33 | 0.88 | 0.01 | 37.67 | 0.98 | 0.55 |
| Hex | FD | AA | 1E | 0 | 21 | 58 | 1 | 26 | 62 | 37 |
| Octal | 375 | 252 | 36 | 0 | 41 | 130 | 1 | 46 | 142 | 67 |
| Binary | 11111101 | 10101010 | 11110 | 0 | 100001 | 1011000 | 1 | 100110 | 1100010 | 110111 |
Color Harmonies of #FDAA1E
Complementary color
Monochromatic Colors of #FDAA1E
Black with #FDAA1E
Text Example
Text Example
White with #FDAA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA1E; }
p { color: rgb(253,170,30); }
H1.HeaderClassName
{
color: #FDAA1E;
}
.AnyTagClassName
{
color: #FDAA1E;
}
</style>
background-color css
<style>
a { background-color: #FDAA1E; }
a { background-color: rgb(253,170,30); }
div.DivClassName
{
background-color: #FDAA1E;
}
.BgClassName
{
background-color: #FDAA1E;
}
</style>
border-color css
<style>
span { border-color: #FDAA1E; }
span { border-color: rgb(253,170,30); }
td.TdClassName
{
border-color: #FDAA1E;
}
.TagClassName
{
border-color: #FDAA1E;
}
</style>