Shades of Dark Tangerine #F0AA1B
Tints of Dark Tangerine #F0AA1B
RGB
CMYK
RGB Variations
Color information
#F0AA1B (or 0xF0AA1B) is known color: Dark Tangerine. HEX triplet: F0, AA and 1B. RGB value is (240,170,27). Sum of RGB (Red+Green+Blue) = 240+170+27=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 27 (10.94% from 255 or 6.18% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AA1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AA1B is #0F55E4. Grayscale: #AFAFAF. Windows color (decimal): -1005029 or 1813232. OLE color: 1813232.
HSL color Cylindrical-coordinate representation of color #F0AA1B: hue angle of 40.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0AA1B is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 27 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.06 |
| HSL | 40.28º | 0.88% | 0.52% | - |
| HSV(B) | 40.28º | 0.89% | 0.94% | - |
| XYZ | 50.51 | 47.35 | 7.52 | - |
| YUV | 174.63 | 44.69 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 27 | 0 | 0.29 | 0.89 | 0.06 | 40.28 | 0.88 | 0.52 |
| Hex | F0 | AA | 1B | 0 | 1D | 59 | 6 | 28 | 58 | 34 |
| Octal | 360 | 252 | 33 | 0 | 35 | 131 | 6 | 50 | 130 | 64 |
| Binary | 11110000 | 10101010 | 11011 | 0 | 11101 | 1011001 | 110 | 101000 | 1011000 | 110100 |
Color Harmonies of #F0AA1B
Complementary color
Monochromatic Colors of #F0AA1B
Black with #F0AA1B
Text Example
Text Example
White with #F0AA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AA1B; }
p { color: rgb(240,170,27); }
H1.HeaderClassName
{
color: #F0AA1B;
}
.AnyTagClassName
{
color: #F0AA1B;
}
</style>
background-color css
<style>
a { background-color: #F0AA1B; }
a { background-color: rgb(240,170,27); }
div.DivClassName
{
background-color: #F0AA1B;
}
.BgClassName
{
background-color: #F0AA1B;
}
</style>
border-color css
<style>
span { border-color: #F0AA1B; }
span { border-color: rgb(240,170,27); }
td.TdClassName
{
border-color: #F0AA1B;
}
.TagClassName
{
border-color: #F0AA1B;
}
</style>