Shades of Dark Tangerine #F0AB0D
Tints of Dark Tangerine #F0AB0D
RGB
CMYK
RGB Variations
Color information
#F0AB0D (or 0xF0AB0D) is known color: Dark Tangerine. HEX triplet: F0, AB and 0D. RGB value is (240,171,13). Sum of RGB (Red+Green+Blue) = 240+171+13=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AB0D is #0F54F2. Grayscale: #AEAEAE. Windows color (decimal): -1004787 or 895984. OLE color: 895984.
HSL color Cylindrical-coordinate representation of color #F0AB0D: hue angle of 41.76º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0AB0D is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 13 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.06 |
| HSL | 41.76º | 0.9% | 0.5% | - |
| HSV(B) | 41.76º | 0.95% | 0.94% | - |
| XYZ | 50.57 | 47.68 | 6.92 | - |
| YUV | 173.62 | 37.36 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 13 | 0 | 0.29 | 0.95 | 0.06 | 41.76 | 0.9 | 0.5 |
| Hex | F0 | AB | D | 0 | 1D | 5F | 6 | 2A | 5A | 32 |
| Octal | 360 | 253 | 15 | 0 | 35 | 137 | 6 | 52 | 132 | 62 |
| Binary | 11110000 | 10101011 | 1101 | 0 | 11101 | 1011111 | 110 | 101010 | 1011010 | 110010 |
Color Harmonies of #F0AB0D
Complementary color
Monochromatic Colors of #F0AB0D
Black with #F0AB0D
Text Example
Text Example
White with #F0AB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB0D; }
p { color: rgb(240,171,13); }
H1.HeaderClassName
{
color: #F0AB0D;
}
.AnyTagClassName
{
color: #F0AB0D;
}
</style>
background-color css
<style>
a { background-color: #F0AB0D; }
a { background-color: rgb(240,171,13); }
div.DivClassName
{
background-color: #F0AB0D;
}
.BgClassName
{
background-color: #F0AB0D;
}
</style>
border-color css
<style>
span { border-color: #F0AB0D; }
span { border-color: rgb(240,171,13); }
td.TdClassName
{
border-color: #F0AB0D;
}
.TagClassName
{
border-color: #F0AB0D;
}
</style>