Shades of Dark Tangerine #F7B118
Tints of Dark Tangerine #F7B118
RGB
CMYK
RGB Variations
Color information
#F7B118 (or 0xF7B118) is known color: Dark Tangerine. HEX triplet: F7, B1 and 18. RGB value is (247,177,24). Sum of RGB (Red+Green+Blue) = 247+177+24=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 24 (9.77% from 255 or 5.36% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7B118 is #084EE7. Grayscale: #B5B5B5. Windows color (decimal): -544488 or 1618423. OLE color: 1618423.
HSL color Cylindrical-coordinate representation of color #F7B118: hue angle of 41.17º 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 #F7B118 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 177 | 24 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.03 |
| HSL | 41.17º | 0.93% | 0.53% | - |
| HSV(B) | 41.17º | 0.9% | 0.97% | - |
| XYZ | 54.24 | 51.28 | 7.9 | - |
| YUV | 180.49 | 39.69 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 177 | 24 | 0 | 0.28 | 0.90 | 0.03 | 41.17 | 0.93 | 0.53 |
| Hex | F7 | B1 | 18 | 0 | 1C | 5A | 3 | 29 | 5D | 35 |
| Octal | 367 | 261 | 30 | 0 | 34 | 132 | 3 | 51 | 135 | 65 |
| Binary | 11110111 | 10110001 | 11000 | 0 | 11100 | 1011010 | 11 | 101001 | 1011101 | 110101 |
Color Harmonies of #F7B118
Complementary color
Monochromatic Colors of #F7B118
Black with #F7B118
Text Example
Text Example
White with #F7B118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B118; }
p { color: rgb(247,177,24); }
H1.HeaderClassName
{
color: #F7B118;
}
.AnyTagClassName
{
color: #F7B118;
}
</style>
background-color css
<style>
a { background-color: #F7B118; }
a { background-color: rgb(247,177,24); }
div.DivClassName
{
background-color: #F7B118;
}
.BgClassName
{
background-color: #F7B118;
}
</style>
border-color css
<style>
span { border-color: #F7B118; }
span { border-color: rgb(247,177,24); }
td.TdClassName
{
border-color: #F7B118;
}
.TagClassName
{
border-color: #F7B118;
}
</style>