Shades of Dark Tangerine #F7B117
Tints of Dark Tangerine #F7B117
RGB
CMYK
RGB Variations
Color information
#F7B117 (or 0xF7B117) is known color: Dark Tangerine. HEX triplet: F7, B1 and 17. RGB value is (247,177,23). Sum of RGB (Red+Green+Blue) = 247+177+23=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 23 (9.38% from 255 or 5.15% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B117 is #084EE8. Grayscale: #B5B5B5. Windows color (decimal): -544489 or 1552887. OLE color: 1552887.
HSL color Cylindrical-coordinate representation of color #F7B117: hue angle of 41.25º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7B117 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 23 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.03 |
| HSL | 41.25º | 0.93% | 0.53% | - |
| HSV(B) | 41.25º | 0.91% | 0.97% | - |
| XYZ | 54.23 | 51.28 | 7.85 | - |
| YUV | 180.37 | 39.19 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 23 | 0 | 0.28 | 0.91 | 0.03 | 41.25 | 0.93 | 0.53 |
| Hex | F7 | B1 | 17 | 0 | 1C | 5B | 3 | 29 | 5D | 35 |
| Octal | 367 | 261 | 27 | 0 | 34 | 133 | 3 | 51 | 135 | 65 |
| Binary | 11110111 | 10110001 | 10111 | 0 | 11100 | 1011011 | 11 | 101001 | 1011101 | 110101 |
Color Harmonies of #F7B117
Complementary color
Monochromatic Colors of #F7B117
Black with #F7B117
Text Example
Text Example
White with #F7B117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B117; }
p { color: rgb(247,177,23); }
H1.HeaderClassName
{
color: #F7B117;
}
.AnyTagClassName
{
color: #F7B117;
}
</style>
background-color css
<style>
a { background-color: #F7B117; }
a { background-color: rgb(247,177,23); }
div.DivClassName
{
background-color: #F7B117;
}
.BgClassName
{
background-color: #F7B117;
}
</style>
border-color css
<style>
span { border-color: #F7B117; }
span { border-color: rgb(247,177,23); }
td.TdClassName
{
border-color: #F7B117;
}
.TagClassName
{
border-color: #F7B117;
}
</style>