Shades of Dark Tangerine #FDAA0C
Tints of Dark Tangerine #FDAA0C
RGB
CMYK
RGB Variations
Color information
#FDAA0C (or 0xFDAA0C) is known color: Dark Tangerine. HEX triplet: FD, AA and 0C. RGB value is (253,170,12). Sum of RGB (Red+Green+Blue) = 253+170+12=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAA0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDAA0C is #0255F3. Grayscale: #B1B1B1. Windows color (decimal): -153076 or 830205. OLE color: 830205.
HSL color Cylindrical-coordinate representation of color #FDAA0C: hue angle of 39.34º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDAA0C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.01 |
| HSL | 39.34º | 0.98% | 0.52% | - |
| HSV(B) | 39.34º | 0.95% | 0.99% | - |
| XYZ | 54.95 | 49.66 | 7.04 | - |
| YUV | 176.81 | 35 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 12 | 0 | 0.33 | 0.95 | 0.01 | 39.34 | 0.98 | 0.52 |
| Hex | FD | AA | C | 0 | 21 | 5F | 1 | 27 | 62 | 34 |
| Octal | 375 | 252 | 14 | 0 | 41 | 137 | 1 | 47 | 142 | 64 |
| Binary | 11111101 | 10101010 | 1100 | 0 | 100001 | 1011111 | 1 | 100111 | 1100010 | 110100 |
Color Harmonies of #FDAA0C
Complementary color
Monochromatic Colors of #FDAA0C
Black with #FDAA0C
Text Example
Text Example
White with #FDAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAA0C; }
p { color: rgb(253,170,12); }
H1.HeaderClassName
{
color: #FDAA0C;
}
.AnyTagClassName
{
color: #FDAA0C;
}
</style>
background-color css
<style>
a { background-color: #FDAA0C; }
a { background-color: rgb(253,170,12); }
div.DivClassName
{
background-color: #FDAA0C;
}
.BgClassName
{
background-color: #FDAA0C;
}
</style>
border-color css
<style>
span { border-color: #FDAA0C; }
span { border-color: rgb(253,170,12); }
td.TdClassName
{
border-color: #FDAA0C;
}
.TagClassName
{
border-color: #FDAA0C;
}
</style>