Shades of Turbo #F7D716
Tints of Turbo #F7D716
RGB
CMYK
RGB Variations
Color information
#F7D716 (or 0xF7D716) is known color: Turbo. HEX triplet: F7, D7 and 16. RGB value is (247,215,22). Sum of RGB (Red+Green+Blue) = 247+215+22=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 215 (84.38% from 255 or 44.42% from 484); Blue value is 22 (8.98% from 255 or 4.55% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D716 is #0828E9. Grayscale: #CBCBCB. Windows color (decimal): -534762 or 1497079. OLE color: 1497079.
HSL color Cylindrical-coordinate representation of color #F7D716: hue angle of 51.47º 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 #F7D716 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 215 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.03 |
| HSL | 51.47º | 0.93% | 0.53% | - |
| HSV(B) | 51.47º | 0.91% | 0.97% | - |
| XYZ | 62.8 | 68.43 | 10.66 | - |
| YUV | 202.57 | 26.1 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 215 | 22 | 0 | 0.13 | 0.91 | 0.03 | 51.47 | 0.93 | 0.53 |
| Hex | F7 | D7 | 16 | 0 | D | 5B | 3 | 33 | 5D | 35 |
| Octal | 367 | 327 | 26 | 0 | 15 | 133 | 3 | 63 | 135 | 65 |
| Binary | 11110111 | 11010111 | 10110 | 0 | 1101 | 1011011 | 11 | 110011 | 1011101 | 110101 |
Color Harmonies of #F7D716
Complementary color
Monochromatic Colors of #F7D716
Black with #F7D716
Text Example
Text Example
White with #F7D716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D716; }
p { color: rgb(247,215,22); }
H1.HeaderClassName
{
color: #F7D716;
}
.AnyTagClassName
{
color: #F7D716;
}
</style>
background-color css
<style>
a { background-color: #F7D716; }
a { background-color: rgb(247,215,22); }
div.DivClassName
{
background-color: #F7D716;
}
.BgClassName
{
background-color: #F7D716;
}
</style>
border-color css
<style>
span { border-color: #F7D716; }
span { border-color: rgb(247,215,22); }
td.TdClassName
{
border-color: #F7D716;
}
.TagClassName
{
border-color: #F7D716;
}
</style>