Shades of Dark Tangerine #FDAA1D
Tints of Dark Tangerine #FDAA1D
RGB
CMYK
RGB Variations
Color information
#FDAA1D (or 0xFDAA1D) is known color: Dark Tangerine. HEX triplet: FD, AA and 1D. RGB value is (253,170,29). Sum of RGB (Red+Green+Blue) = 253+170+29=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 29 (11.72% from 255 or 6.42% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDAA1D is #0255E2. Grayscale: #B3B3B3. Windows color (decimal): -153059 or 1944317. OLE color: 1944317.
HSL color Cylindrical-coordinate representation of color #FDAA1D: hue angle of 37.77º 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 #FDAA1D is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 29 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.01 |
| HSL | 37.77º | 0.98% | 0.55% | - |
| HSV(B) | 37.77º | 0.89% | 0.99% | - |
| XYZ | 55.1 | 49.72 | 7.86 | - |
| YUV | 178.74 | 43.5 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 29 | 0 | 0.33 | 0.89 | 0.01 | 37.77 | 0.98 | 0.55 |
| Hex | FD | AA | 1D | 0 | 21 | 59 | 1 | 26 | 62 | 37 |
| Octal | 375 | 252 | 35 | 0 | 41 | 131 | 1 | 46 | 142 | 67 |
| Binary | 11111101 | 10101010 | 11101 | 0 | 100001 | 1011001 | 1 | 100110 | 1100010 | 110111 |
Color Harmonies of #FDAA1D
Complementary color
Monochromatic Colors of #FDAA1D
Black with #FDAA1D
Text Example
Text Example
White with #FDAA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA1D; }
p { color: rgb(253,170,29); }
H1.HeaderClassName
{
color: #FDAA1D;
}
.AnyTagClassName
{
color: #FDAA1D;
}
</style>
background-color css
<style>
a { background-color: #FDAA1D; }
a { background-color: rgb(253,170,29); }
div.DivClassName
{
background-color: #FDAA1D;
}
.BgClassName
{
background-color: #FDAA1D;
}
</style>
border-color css
<style>
span { border-color: #FDAA1D; }
span { border-color: rgb(253,170,29); }
td.TdClassName
{
border-color: #FDAA1D;
}
.TagClassName
{
border-color: #FDAA1D;
}
</style>