Shades of Dark Tangerine #F0B316
Tints of Dark Tangerine #F0B316
RGB
CMYK
RGB Variations
Color information
#F0B316 (or 0xF0B316) is known color: Dark Tangerine. HEX triplet: F0, B3 and 16. RGB value is (240,179,22). Sum of RGB (Red+Green+Blue) = 240+179+22=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B316 is #0F4CE9. Grayscale: #B4B4B4. Windows color (decimal): -1002730 or 1487856. OLE color: 1487856.
HSL color Cylindrical-coordinate representation of color #F0B316: hue angle of 43.21º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0B316 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 179 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.06 |
| HSL | 43.21º | 0.88% | 0.51% | - |
| HSV(B) | 43.21º | 0.91% | 0.94% | - |
| XYZ | 52.2 | 50.82 | 7.82 | - |
| YUV | 179.34 | 39.21 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 179 | 22 | 0 | 0.25 | 0.91 | 0.06 | 43.21 | 0.88 | 0.51 |
| Hex | F0 | B3 | 16 | 0 | 19 | 5B | 6 | 2B | 58 | 33 |
| Octal | 360 | 263 | 26 | 0 | 31 | 133 | 6 | 53 | 130 | 63 |
| Binary | 11110000 | 10110011 | 10110 | 0 | 11001 | 1011011 | 110 | 101011 | 1011000 | 110011 |
Color Harmonies of #F0B316
Complementary color
Monochromatic Colors of #F0B316
Black with #F0B316
Text Example
Text Example
White with #F0B316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B316; }
p { color: rgb(240,179,22); }
H1.HeaderClassName
{
color: #F0B316;
}
.AnyTagClassName
{
color: #F0B316;
}
</style>
background-color css
<style>
a { background-color: #F0B316; }
a { background-color: rgb(240,179,22); }
div.DivClassName
{
background-color: #F0B316;
}
.BgClassName
{
background-color: #F0B316;
}
</style>
border-color css
<style>
span { border-color: #F0B316; }
span { border-color: rgb(240,179,22); }
td.TdClassName
{
border-color: #F0B316;
}
.TagClassName
{
border-color: #F0B316;
}
</style>