Shades of Dark Tangerine #F0B113
Tints of Dark Tangerine #F0B113
RGB
CMYK
RGB Variations
Color information
#F0B113 (or 0xF0B113) is known color: Dark Tangerine. HEX triplet: F0, B1 and 13. RGB value is (240,177,19). Sum of RGB (Red+Green+Blue) = 240+177+19=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 19 (7.81% from 255 or 4.36% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B113 is #0F4EEC. Grayscale: #B2B2B2. Windows color (decimal): -1003245 or 1290736. OLE color: 1290736.
HSL color Cylindrical-coordinate representation of color #F0B113: hue angle of 42.9º 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 #F0B113 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 19 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.06 |
| HSL | 42.9º | 0.88% | 0.51% | - |
| HSV(B) | 42.9º | 0.92% | 0.94% | - |
| XYZ | 51.77 | 50.02 | 7.54 | - |
| YUV | 177.83 | 38.37 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 19 | 0 | 0.26 | 0.92 | 0.06 | 42.9 | 0.88 | 0.51 |
| Hex | F0 | B1 | 13 | 0 | 1A | 5C | 6 | 2B | 58 | 33 |
| Octal | 360 | 261 | 23 | 0 | 32 | 134 | 6 | 53 | 130 | 63 |
| Binary | 11110000 | 10110001 | 10011 | 0 | 11010 | 1011100 | 110 | 101011 | 1011000 | 110011 |
Color Harmonies of #F0B113
Complementary color
Monochromatic Colors of #F0B113
Black with #F0B113
Text Example
Text Example
White with #F0B113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B113; }
p { color: rgb(240,177,19); }
H1.HeaderClassName
{
color: #F0B113;
}
.AnyTagClassName
{
color: #F0B113;
}
</style>
background-color css
<style>
a { background-color: #F0B113; }
a { background-color: rgb(240,177,19); }
div.DivClassName
{
background-color: #F0B113;
}
.BgClassName
{
background-color: #F0B113;
}
</style>
border-color css
<style>
span { border-color: #F0B113; }
span { border-color: rgb(240,177,19); }
td.TdClassName
{
border-color: #F0B113;
}
.TagClassName
{
border-color: #F0B113;
}
</style>