Shades of Turbo #F7D119
Tints of Turbo #F7D119
RGB
CMYK
RGB Variations
Color information
#F7D119 (or 0xF7D119) is known color: Turbo. HEX triplet: F7, D1 and 19. RGB value is (247,209,25). Sum of RGB (Red+Green+Blue) = 247+209+25=481 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.35% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D119 is #082EE6. Grayscale: #C8C8C8. Windows color (decimal): -536295 or 1692151. OLE color: 1692151.
HSL color Cylindrical-coordinate representation of color #F7D119: hue angle of 49.73º 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 #F7D119 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 209 | 25 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.03 |
| HSL | 49.73º | 0.93% | 0.53% | - |
| HSV(B) | 49.73º | 0.9% | 0.97% | - |
| XYZ | 61.33 | 65.45 | 10.32 | - |
| YUV | 199.39 | 29.59 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 209 | 25 | 0 | 0.15 | 0.90 | 0.03 | 49.73 | 0.93 | 0.53 |
| Hex | F7 | D1 | 19 | 0 | F | 5A | 3 | 32 | 5D | 35 |
| Octal | 367 | 321 | 31 | 0 | 17 | 132 | 3 | 62 | 135 | 65 |
| Binary | 11110111 | 11010001 | 11001 | 0 | 1111 | 1011010 | 11 | 110010 | 1011101 | 110101 |
Color Harmonies of #F7D119
Complementary color
Monochromatic Colors of #F7D119
Black with #F7D119
Text Example
Text Example
White with #F7D119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D119; }
p { color: rgb(247,209,25); }
H1.HeaderClassName
{
color: #F7D119;
}
.AnyTagClassName
{
color: #F7D119;
}
</style>
background-color css
<style>
a { background-color: #F7D119; }
a { background-color: rgb(247,209,25); }
div.DivClassName
{
background-color: #F7D119;
}
.BgClassName
{
background-color: #F7D119;
}
</style>
border-color css
<style>
span { border-color: #F7D119; }
span { border-color: rgb(247,209,25); }
td.TdClassName
{
border-color: #F7D119;
}
.TagClassName
{
border-color: #F7D119;
}
</style>