Shades of Dark Tangerine #F0B019
Tints of Dark Tangerine #F0B019
RGB
CMYK
RGB Variations
Color information
#F0B019 (or 0xF0B019) is known color: Dark Tangerine. HEX triplet: F0, B0 and 19. RGB value is (240,176,25). Sum of RGB (Red+Green+Blue) = 240+176+25=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 25 (10.16% from 255 or 5.67% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B019 is #0F4FE6. Grayscale: #B2B2B2. Windows color (decimal): -1003495 or 1683696. OLE color: 1683696.
HSL color Cylindrical-coordinate representation of color #F0B019: hue angle of 42.14º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0B019 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 176 | 25 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.06 |
| HSL | 42.14º | 0.88% | 0.52% | - |
| HSV(B) | 42.14º | 0.9% | 0.94% | - |
| XYZ | 51.64 | 49.65 | 7.78 | - |
| YUV | 177.92 | 41.7 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 176 | 25 | 0 | 0.27 | 0.90 | 0.06 | 42.14 | 0.88 | 0.52 |
| Hex | F0 | B0 | 19 | 0 | 1B | 5A | 6 | 2A | 58 | 34 |
| Octal | 360 | 260 | 31 | 0 | 33 | 132 | 6 | 52 | 130 | 64 |
| Binary | 11110000 | 10110000 | 11001 | 0 | 11011 | 1011010 | 110 | 101010 | 1011000 | 110100 |
Color Harmonies of #F0B019
Complementary color
Monochromatic Colors of #F0B019
Black with #F0B019
Text Example
Text Example
White with #F0B019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B019; }
p { color: rgb(240,176,25); }
H1.HeaderClassName
{
color: #F0B019;
}
.AnyTagClassName
{
color: #F0B019;
}
</style>
background-color css
<style>
a { background-color: #F0B019; }
a { background-color: rgb(240,176,25); }
div.DivClassName
{
background-color: #F0B019;
}
.BgClassName
{
background-color: #F0B019;
}
</style>
border-color css
<style>
span { border-color: #F0B019; }
span { border-color: rgb(240,176,25); }
td.TdClassName
{
border-color: #F0B019;
}
.TagClassName
{
border-color: #F0B019;
}
</style>