Shades of Dark Tangerine #F0B117
Tints of Dark Tangerine #F0B117
RGB
CMYK
RGB Variations
Color information
#F0B117 (or 0xF0B117) is known color: Dark Tangerine. HEX triplet: F0, B1 and 17. RGB value is (240,177,23). Sum of RGB (Red+Green+Blue) = 240+177+23=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 23 (9.38% from 255 or 5.23% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0B117 is #0F4EE8. Grayscale: #B2B2B2. Windows color (decimal): -1003241 or 1552880. OLE color: 1552880.
HSL color Cylindrical-coordinate representation of color #F0B117: hue angle of 42.58º 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 #F0B117 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 23 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.06 |
| HSL | 42.58º | 0.88% | 0.52% | - |
| HSV(B) | 42.58º | 0.9% | 0.94% | - |
| XYZ | 51.81 | 50.03 | 7.74 | - |
| YUV | 178.28 | 40.37 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 23 | 0 | 0.26 | 0.90 | 0.06 | 42.58 | 0.88 | 0.52 |
| Hex | F0 | B1 | 17 | 0 | 1A | 5A | 6 | 2B | 58 | 34 |
| Octal | 360 | 261 | 27 | 0 | 32 | 132 | 6 | 53 | 130 | 64 |
| Binary | 11110000 | 10110001 | 10111 | 0 | 11010 | 1011010 | 110 | 101011 | 1011000 | 110100 |
Color Harmonies of #F0B117
Complementary color
Monochromatic Colors of #F0B117
Black with #F0B117
Text Example
Text Example
White with #F0B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B117; }
p { color: rgb(240,177,23); }
H1.HeaderClassName
{
color: #F0B117;
}
.AnyTagClassName
{
color: #F0B117;
}
</style>
background-color css
<style>
a { background-color: #F0B117; }
a { background-color: rgb(240,177,23); }
div.DivClassName
{
background-color: #F0B117;
}
.BgClassName
{
background-color: #F0B117;
}
</style>
border-color css
<style>
span { border-color: #F0B117; }
span { border-color: rgb(240,177,23); }
td.TdClassName
{
border-color: #F0B117;
}
.TagClassName
{
border-color: #F0B117;
}
</style>