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