Shades of Dark Tangerine #F0B213
Tints of Dark Tangerine #F0B213
RGB
CMYK
RGB Variations
Color information
#F0B213 (or 0xF0B213) is known color: Dark Tangerine. HEX triplet: F0, B2 and 13. RGB value is (240,178,19). Sum of RGB (Red+Green+Blue) = 240+178+19=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 19 (7.81% from 255 or 4.35% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B213 is #0F4DEC. Grayscale: #B3B3B3. Windows color (decimal): -1002989 or 1290992. OLE color: 1290992.
HSL color Cylindrical-coordinate representation of color #F0B213: hue angle of 43.17º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0B213 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 178 | 19 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.06 |
| HSL | 43.17º | 0.88% | 0.51% | - |
| HSV(B) | 43.17º | 0.92% | 0.94% | - |
| XYZ | 51.97 | 50.41 | 7.61 | - |
| YUV | 178.41 | 38.04 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 178 | 19 | 0 | 0.26 | 0.92 | 0.06 | 43.17 | 0.88 | 0.51 |
| Hex | F0 | B2 | 13 | 0 | 1A | 5C | 6 | 2B | 58 | 33 |
| Octal | 360 | 262 | 23 | 0 | 32 | 134 | 6 | 53 | 130 | 63 |
| Binary | 11110000 | 10110010 | 10011 | 0 | 11010 | 1011100 | 110 | 101011 | 1011000 | 110011 |
Color Harmonies of #F0B213
Complementary color
Monochromatic Colors of #F0B213
Black with #F0B213
Text Example
Text Example
White with #F0B213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B213; }
p { color: rgb(240,178,19); }
H1.HeaderClassName
{
color: #F0B213;
}
.AnyTagClassName
{
color: #F0B213;
}
</style>
background-color css
<style>
a { background-color: #F0B213; }
a { background-color: rgb(240,178,19); }
div.DivClassName
{
background-color: #F0B213;
}
.BgClassName
{
background-color: #F0B213;
}
</style>
border-color css
<style>
span { border-color: #F0B213; }
span { border-color: rgb(240,178,19); }
td.TdClassName
{
border-color: #F0B213;
}
.TagClassName
{
border-color: #F0B213;
}
</style>