Shades of Dark Tangerine #F0AB0C
Tints of Dark Tangerine #F0AB0C
RGB
CMYK
RGB Variations
Color information
#F0AB0C (or 0xF0AB0C) is known color: Dark Tangerine. HEX triplet: F0, AB and 0C. RGB value is (240,171,12). Sum of RGB (Red+Green+Blue) = 240+171+12=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AB0C is #0F54F3. Grayscale: #AEAEAE. Windows color (decimal): -1004788 or 830448. OLE color: 830448.
HSL color Cylindrical-coordinate representation of color #F0AB0C: hue angle of 41.84º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0AB0C is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 12 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.06 |
| HSL | 41.84º | 0.9% | 0.49% | - |
| HSV(B) | 41.84º | 0.95% | 0.94% | - |
| XYZ | 50.56 | 47.68 | 6.89 | - |
| YUV | 173.51 | 36.86 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 12 | 0 | 0.29 | 0.95 | 0.06 | 41.84 | 0.9 | 0.49 |
| Hex | F0 | AB | C | 0 | 1D | 5F | 6 | 2A | 5A | 31 |
| Octal | 360 | 253 | 14 | 0 | 35 | 137 | 6 | 52 | 132 | 61 |
| Binary | 11110000 | 10101011 | 1100 | 0 | 11101 | 1011111 | 110 | 101010 | 1011010 | 110001 |
Color Harmonies of #F0AB0C
Complementary color
Monochromatic Colors of #F0AB0C
Black with #F0AB0C
Text Example
Text Example
White with #F0AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB0C; }
p { color: rgb(240,171,12); }
H1.HeaderClassName
{
color: #F0AB0C;
}
.AnyTagClassName
{
color: #F0AB0C;
}
</style>
background-color css
<style>
a { background-color: #F0AB0C; }
a { background-color: rgb(240,171,12); }
div.DivClassName
{
background-color: #F0AB0C;
}
.BgClassName
{
background-color: #F0AB0C;
}
</style>
border-color css
<style>
span { border-color: #F0AB0C; }
span { border-color: rgb(240,171,12); }
td.TdClassName
{
border-color: #F0AB0C;
}
.TagClassName
{
border-color: #F0AB0C;
}
</style>