Shades of Dark Tangerine #F7B112
Tints of Dark Tangerine #F7B112
RGB
CMYK
RGB Variations
Color information
#F7B112 (or 0xF7B112) is known color: Dark Tangerine. HEX triplet: F7, B1 and 12. RGB value is (247,177,18). Sum of RGB (Red+Green+Blue) = 247+177+18=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B112 is #084EED. Grayscale: #B4B4B4. Windows color (decimal): -544494 or 1225207. OLE color: 1225207.
HSL color Cylindrical-coordinate representation of color #F7B112: hue angle of 41.66º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7B112 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 18 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.03 |
| HSL | 41.66º | 0.93% | 0.52% | - |
| HSV(B) | 41.66º | 0.93% | 0.97% | - |
| XYZ | 54.19 | 51.26 | 7.61 | - |
| YUV | 179.8 | 36.69 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 18 | 0 | 0.28 | 0.93 | 0.03 | 41.66 | 0.93 | 0.52 |
| Hex | F7 | B1 | 12 | 0 | 1C | 5D | 3 | 2A | 5D | 34 |
| Octal | 367 | 261 | 22 | 0 | 34 | 135 | 3 | 52 | 135 | 64 |
| Binary | 11110111 | 10110001 | 10010 | 0 | 11100 | 1011101 | 11 | 101010 | 1011101 | 110100 |
Color Harmonies of #F7B112
Complementary color
Monochromatic Colors of #F7B112
Black with #F7B112
Text Example
Text Example
White with #F7B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B112; }
p { color: rgb(247,177,18); }
H1.HeaderClassName
{
color: #F7B112;
}
.AnyTagClassName
{
color: #F7B112;
}
</style>
background-color css
<style>
a { background-color: #F7B112; }
a { background-color: rgb(247,177,18); }
div.DivClassName
{
background-color: #F7B112;
}
.BgClassName
{
background-color: #F7B112;
}
</style>
border-color css
<style>
span { border-color: #F7B112; }
span { border-color: rgb(247,177,18); }
td.TdClassName
{
border-color: #F7B112;
}
.TagClassName
{
border-color: #F7B112;
}
</style>