Shades of Turbo #F7D922
Tints of Turbo #F7D922
RGB
CMYK
RGB Variations
Color information
#F7D922 (or 0xF7D922) is known color: Turbo. HEX triplet: F7, D9 and 22. RGB value is (247,217,34). Sum of RGB (Red+Green+Blue) = 247+217+34=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 217 (85.16% from 255 or 43.57% from 498); Blue value is 34 (13.67% from 255 or 6.83% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D922 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D922 is #0826DD. Grayscale: #CDCDCD. Windows color (decimal): -534238 or 2284023. OLE color: 2284023.
HSL color Cylindrical-coordinate representation of color #F7D922: hue angle of 51.55º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F7D922 is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 34 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.03 |
| HSL | 51.55º | 0.93% | 0.55% | - |
| HSV(B) | 51.55º | 0.86% | 0.97% | - |
| XYZ | 63.46 | 69.52 | 11.59 | - |
| YUV | 205.11 | 31.44 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 34 | 0 | 0.12 | 0.86 | 0.03 | 51.55 | 0.93 | 0.55 |
| Hex | F7 | D9 | 22 | 0 | C | 56 | 3 | 34 | 5D | 37 |
| Octal | 367 | 331 | 42 | 0 | 14 | 126 | 3 | 64 | 135 | 67 |
| Binary | 11110111 | 11011001 | 100010 | 0 | 1100 | 1010110 | 11 | 110100 | 1011101 | 110111 |
Color Harmonies of #F7D922
Complementary color
Monochromatic Colors of #F7D922
Black with #F7D922
Text Example
Text Example
White with #F7D922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D922; }
p { color: rgb(247,217,34); }
H1.HeaderClassName
{
color: #F7D922;
}
.AnyTagClassName
{
color: #F7D922;
}
</style>
background-color css
<style>
a { background-color: #F7D922; }
a { background-color: rgb(247,217,34); }
div.DivClassName
{
background-color: #F7D922;
}
.BgClassName
{
background-color: #F7D922;
}
</style>
border-color css
<style>
span { border-color: #F7D922; }
span { border-color: rgb(247,217,34); }
td.TdClassName
{
border-color: #F7D922;
}
.TagClassName
{
border-color: #F7D922;
}
</style>