Shades of Dark Tangerine #FFAA0C
Tints of Dark Tangerine #FFAA0C
RGB
CMYK
RGB Variations
Color information
#FFAA0C (or 0xFFAA0C) is known color: Dark Tangerine. HEX triplet: FF, AA and 0C. RGB value is (255,170,12). Sum of RGB (Red+Green+Blue) = 255+170+12=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA0C is #0055F3. Grayscale: #B2B2B2. Windows color (decimal): -22004 or 830207. OLE color: 830207.
HSL color Cylindrical-coordinate representation of color #FFAA0C: hue angle of 39.01º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFAA0C is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 12 | - |
| CMYK | 0 | 0.33 | 0.95 | 0 |
| HSL | 39.01º | 1% | 0.52% | - |
| HSV(B) | 39.01º | 0.95% | 1% | - |
| XYZ | 55.68 | 50.04 | 7.07 | - |
| YUV | 177.4 | 34.66 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 12 | 0 | 0.33 | 0.95 | 0 | 39.01 | 1 | 0.52 |
| Hex | FF | AA | C | 0 | 21 | 5F | 0 | 27 | 64 | 34 |
| Octal | 377 | 252 | 14 | 0 | 41 | 137 | 0 | 47 | 144 | 64 |
| Binary | 11111111 | 10101010 | 1100 | 0 | 100001 | 1011111 | 0 | 100111 | 1100100 | 110100 |
Color Harmonies of #FFAA0C
Complementary color
Monochromatic Colors of #FFAA0C
Black with #FFAA0C
Text Example
Text Example
White with #FFAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA0C; }
p { color: rgb(255,170,12); }
H1.HeaderClassName
{
color: #FFAA0C;
}
.AnyTagClassName
{
color: #FFAA0C;
}
</style>
background-color css
<style>
a { background-color: #FFAA0C; }
a { background-color: rgb(255,170,12); }
div.DivClassName
{
background-color: #FFAA0C;
}
.BgClassName
{
background-color: #FFAA0C;
}
</style>
border-color css
<style>
span { border-color: #FFAA0C; }
span { border-color: rgb(255,170,12); }
td.TdClassName
{
border-color: #FFAA0C;
}
.TagClassName
{
border-color: #FFAA0C;
}
</style>