Shades of Turbo #F7D022
Tints of Turbo #F7D022
RGB
CMYK
RGB Variations
Color information
#F7D022 (or 0xF7D022) is known color: Turbo. HEX triplet: F7, D0 and 22. RGB value is (247,208,34). Sum of RGB (Red+Green+Blue) = 247+208+34=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 208 (81.64% from 255 or 42.54% from 489); Blue value is 34 (13.67% from 255 or 6.95% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D022 is #082FDD. Grayscale: #C8C8C8. Windows color (decimal): -536542 or 2281719. OLE color: 2281719.
HSL color Cylindrical-coordinate representation of color #F7D022: hue angle of 49.01º 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 #F7D022 is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 34 | - |
| CMYK | 0 | 0.16 | 0.86 | 0.03 |
| HSL | 49.01º | 0.93% | 0.55% | - |
| HSV(B) | 49.01º | 0.86% | 0.97% | - |
| XYZ | 61.2 | 65 | 10.83 | - |
| YUV | 199.83 | 34.42 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 34 | 0 | 0.16 | 0.86 | 0.03 | 49.01 | 0.93 | 0.55 |
| Hex | F7 | D0 | 22 | 0 | 10 | 56 | 3 | 31 | 5D | 37 |
| Octal | 367 | 320 | 42 | 0 | 20 | 126 | 3 | 61 | 135 | 67 |
| Binary | 11110111 | 11010000 | 100010 | 0 | 10000 | 1010110 | 11 | 110001 | 1011101 | 110111 |
Color Harmonies of #F7D022
Complementary color
Monochromatic Colors of #F7D022
Black with #F7D022
Text Example
Text Example
White with #F7D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D022; }
p { color: rgb(247,208,34); }
H1.HeaderClassName
{
color: #F7D022;
}
.AnyTagClassName
{
color: #F7D022;
}
</style>
background-color css
<style>
a { background-color: #F7D022; }
a { background-color: rgb(247,208,34); }
div.DivClassName
{
background-color: #F7D022;
}
.BgClassName
{
background-color: #F7D022;
}
</style>
border-color css
<style>
span { border-color: #F7D022; }
span { border-color: rgb(247,208,34); }
td.TdClassName
{
border-color: #F7D022;
}
.TagClassName
{
border-color: #F7D022;
}
</style>