Shades of Dark Tangerine #FFAA0B
Tints of Dark Tangerine #FFAA0B
RGB
CMYK
RGB Variations
Color information
#FFAA0B (or 0xFFAA0B) is known color: Dark Tangerine. HEX triplet: FF, AA and 0B. RGB value is (255,170,11). Sum of RGB (Red+Green+Blue) = 255+170+11=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAA0B is #0055F4. Grayscale: #B2B2B2. Windows color (decimal): -22005 or 764671. OLE color: 764671.
HSL color Cylindrical-coordinate representation of color #FFAA0B: hue angle of 39.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFAA0B is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 11 | - |
| CMYK | 0 | 0.33 | 0.96 | 0 |
| HSL | 39.1º | 1% | 0.52% | - |
| HSV(B) | 39.1º | 0.96% | 1% | - |
| XYZ | 55.68 | 50.03 | 7.04 | - |
| YUV | 177.29 | 34.16 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 11 | 0 | 0.33 | 0.96 | 0 | 39.1 | 1 | 0.52 |
| Hex | FF | AA | B | 0 | 21 | 60 | 0 | 27 | 64 | 34 |
| Octal | 377 | 252 | 13 | 0 | 41 | 140 | 0 | 47 | 144 | 64 |
| Binary | 11111111 | 10101010 | 1011 | 0 | 100001 | 1100000 | 0 | 100111 | 1100100 | 110100 |
Color Harmonies of #FFAA0B
Complementary color
Monochromatic Colors of #FFAA0B
Black with #FFAA0B
Text Example
Text Example
White with #FFAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAA0B; }
p { color: rgb(255,170,11); }
H1.HeaderClassName
{
color: #FFAA0B;
}
.AnyTagClassName
{
color: #FFAA0B;
}
</style>
background-color css
<style>
a { background-color: #FFAA0B; }
a { background-color: rgb(255,170,11); }
div.DivClassName
{
background-color: #FFAA0B;
}
.BgClassName
{
background-color: #FFAA0B;
}
</style>
border-color css
<style>
span { border-color: #FFAA0B; }
span { border-color: rgb(255,170,11); }
td.TdClassName
{
border-color: #FFAA0B;
}
.TagClassName
{
border-color: #FFAA0B;
}
</style>