Shades of Dark Tangerine #F0A80B
Tints of Dark Tangerine #F0A80B
RGB
CMYK
RGB Variations
Color information
#F0A80B (or 0xF0A80B) is known color: Dark Tangerine. HEX triplet: F0, A8 and 0B. RGB value is (240,168,11). Sum of RGB (Red+Green+Blue) = 240+168+11=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 11 (4.69% from 255 or 2.63% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A80B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A80B is #0F57F4. Grayscale: #ACACAC. Windows color (decimal): -1005557 or 764144. OLE color: 764144.
HSL color Cylindrical-coordinate representation of color #F0A80B: hue angle of 41.14º degrees, saturation: 0.91, 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 #F0A80B is Cyan = 0, Magento = 0.3, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 11 | - |
| CMYK | 0 | 0.3 | 0.95 | 0.06 |
| HSL | 41.14º | 0.91% | 0.49% | - |
| HSV(B) | 41.14º | 0.95% | 0.94% | - |
| XYZ | 50 | 46.55 | 6.67 | - |
| YUV | 171.63 | 37.35 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 11 | 0 | 0.3 | 0.95 | 0.06 | 41.14 | 0.91 | 0.49 |
| Hex | F0 | A8 | B | 0 | 1E | 5F | 6 | 29 | 5B | 31 |
| Octal | 360 | 250 | 13 | 0 | 36 | 137 | 6 | 51 | 133 | 61 |
| Binary | 11110000 | 10101000 | 1011 | 0 | 11110 | 1011111 | 110 | 101001 | 1011011 | 110001 |
Color Harmonies of #F0A80B
Complementary color
Monochromatic Colors of #F0A80B
Black with #F0A80B
Text Example
Text Example
White with #F0A80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A80B; }
p { color: rgb(240,168,11); }
H1.HeaderClassName
{
color: #F0A80B;
}
.AnyTagClassName
{
color: #F0A80B;
}
</style>
background-color css
<style>
a { background-color: #F0A80B; }
a { background-color: rgb(240,168,11); }
div.DivClassName
{
background-color: #F0A80B;
}
.BgClassName
{
background-color: #F0A80B;
}
</style>
border-color css
<style>
span { border-color: #F0A80B; }
span { border-color: rgb(240,168,11); }
td.TdClassName
{
border-color: #F0A80B;
}
.TagClassName
{
border-color: #F0A80B;
}
</style>