Shades of Dark Tangerine #FFAA0D
Tints of Dark Tangerine #FFAA0D
RGB
CMYK
RGB Variations
Color information
#FFAA0D (or 0xFFAA0D) is known color: Dark Tangerine. HEX triplet: FF, AA and 0D. RGB value is (255,170,13). Sum of RGB (Red+Green+Blue) = 255+170+13=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA0D is #0055F2. Grayscale: #B2B2B2. Windows color (decimal): -22003 or 895743. OLE color: 895743.
HSL color Cylindrical-coordinate representation of color #FFAA0D: hue angle of 38.93º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFAA0D is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 13 | - |
| CMYK | 0 | 0.33 | 0.95 | 0 |
| HSL | 38.93º | 1% | 0.53% | - |
| HSV(B) | 38.93º | 0.95% | 1% | - |
| XYZ | 55.69 | 50.04 | 7.1 | - |
| YUV | 177.52 | 35.16 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 13 | 0 | 0.33 | 0.95 | 0 | 38.93 | 1 | 0.53 |
| Hex | FF | AA | D | 0 | 21 | 5F | 0 | 27 | 64 | 35 |
| Octal | 377 | 252 | 15 | 0 | 41 | 137 | 0 | 47 | 144 | 65 |
| Binary | 11111111 | 10101010 | 1101 | 0 | 100001 | 1011111 | 0 | 100111 | 1100100 | 110101 |
Color Harmonies of #FFAA0D
Complementary color
Monochromatic Colors of #FFAA0D
Black with #FFAA0D
Text Example
Text Example
White with #FFAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA0D; }
p { color: rgb(255,170,13); }
H1.HeaderClassName
{
color: #FFAA0D;
}
.AnyTagClassName
{
color: #FFAA0D;
}
</style>
background-color css
<style>
a { background-color: #FFAA0D; }
a { background-color: rgb(255,170,13); }
div.DivClassName
{
background-color: #FFAA0D;
}
.BgClassName
{
background-color: #FFAA0D;
}
</style>
border-color css
<style>
span { border-color: #FFAA0D; }
span { border-color: rgb(255,170,13); }
td.TdClassName
{
border-color: #FFAA0D;
}
.TagClassName
{
border-color: #FFAA0D;
}
</style>