Shades of Dark Tangerine #F7B119
Tints of Dark Tangerine #F7B119
RGB
CMYK
RGB Variations
Color information
#F7B119 (or 0xF7B119) is known color: Dark Tangerine. HEX triplet: F7, B1 and 19. RGB value is (247,177,25). Sum of RGB (Red+Green+Blue) = 247+177+25=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B119 is #084EE6. Grayscale: #B5B5B5. Windows color (decimal): -544487 or 1683959. OLE color: 1683959.
HSL color Cylindrical-coordinate representation of color #F7B119: hue angle of 41.08º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F7B119 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.03 |
| HSL | 41.08º | 0.93% | 0.53% | - |
| HSV(B) | 41.08º | 0.9% | 0.97% | - |
| XYZ | 54.26 | 51.29 | 7.96 | - |
| YUV | 180.6 | 40.19 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 25 | 0 | 0.28 | 0.90 | 0.03 | 41.08 | 0.93 | 0.53 |
| Hex | F7 | B1 | 19 | 0 | 1C | 5A | 3 | 29 | 5D | 35 |
| Octal | 367 | 261 | 31 | 0 | 34 | 132 | 3 | 51 | 135 | 65 |
| Binary | 11110111 | 10110001 | 11001 | 0 | 11100 | 1011010 | 11 | 101001 | 1011101 | 110101 |
Color Harmonies of #F7B119
Complementary color
Monochromatic Colors of #F7B119
Black with #F7B119
Text Example
Text Example
White with #F7B119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B119; }
p { color: rgb(247,177,25); }
H1.HeaderClassName
{
color: #F7B119;
}
.AnyTagClassName
{
color: #F7B119;
}
</style>
background-color css
<style>
a { background-color: #F7B119; }
a { background-color: rgb(247,177,25); }
div.DivClassName
{
background-color: #F7B119;
}
.BgClassName
{
background-color: #F7B119;
}
</style>
border-color css
<style>
span { border-color: #F7B119; }
span { border-color: rgb(247,177,25); }
td.TdClassName
{
border-color: #F7B119;
}
.TagClassName
{
border-color: #F7B119;
}
</style>