Shades of Turbo #F7D816
Tints of Turbo #F7D816
RGB
CMYK
RGB Variations
Color information
#F7D816 (or 0xF7D816) is known color: Turbo. HEX triplet: F7, D8 and 16. RGB value is (247,216,22). Sum of RGB (Red+Green+Blue) = 247+216+22=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 22 (8.98% from 255 or 4.54% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D816 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7D816 is #0827E9. Grayscale: #CBCBCB. Windows color (decimal): -534506 or 1497335. OLE color: 1497335.
HSL color Cylindrical-coordinate representation of color #F7D816: hue angle of 51.73º 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 #F7D816 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.03 |
| HSL | 51.73º | 0.93% | 0.53% | - |
| HSV(B) | 51.73º | 0.91% | 0.97% | - |
| XYZ | 63.06 | 68.94 | 10.74 | - |
| YUV | 203.15 | 25.77 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 22 | 0 | 0.13 | 0.91 | 0.03 | 51.73 | 0.93 | 0.53 |
| Hex | F7 | D8 | 16 | 0 | D | 5B | 3 | 34 | 5D | 35 |
| Octal | 367 | 330 | 26 | 0 | 15 | 133 | 3 | 64 | 135 | 65 |
| Binary | 11110111 | 11011000 | 10110 | 0 | 1101 | 1011011 | 11 | 110100 | 1011101 | 110101 |
Color Harmonies of #F7D816
Complementary color
Monochromatic Colors of #F7D816
Black with #F7D816
Text Example
Text Example
White with #F7D816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D816; }
p { color: rgb(247,216,22); }
H1.HeaderClassName
{
color: #F7D816;
}
.AnyTagClassName
{
color: #F7D816;
}
</style>
background-color css
<style>
a { background-color: #F7D816; }
a { background-color: rgb(247,216,22); }
div.DivClassName
{
background-color: #F7D816;
}
.BgClassName
{
background-color: #F7D816;
}
</style>
border-color css
<style>
span { border-color: #F7D816; }
span { border-color: rgb(247,216,22); }
td.TdClassName
{
border-color: #F7D816;
}
.TagClassName
{
border-color: #F7D816;
}
</style>