Shades of Turbo #F7D522
Tints of Turbo #F7D522
RGB
CMYK
RGB Variations
Color information
#F7D522 (or 0xF7D522) is known color: Turbo. HEX triplet: F7, D5 and 22. RGB value is (247,213,34). Sum of RGB (Red+Green+Blue) = 247+213+34=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 34 (13.67% from 255 or 6.88% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D522 is #082ADD. Grayscale: #CBCBCB. Windows color (decimal): -535262 or 2282999. OLE color: 2282999.
HSL color Cylindrical-coordinate representation of color #F7D522: hue angle of 50.42º 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 #F7D522 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 34 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.03 |
| HSL | 50.42º | 0.93% | 0.55% | - |
| HSV(B) | 50.42º | 0.86% | 0.97% | - |
| XYZ | 62.44 | 67.48 | 11.25 | - |
| YUV | 202.76 | 32.76 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 34 | 0 | 0.14 | 0.86 | 0.03 | 50.42 | 0.93 | 0.55 |
| Hex | F7 | D5 | 22 | 0 | E | 56 | 3 | 32 | 5D | 37 |
| Octal | 367 | 325 | 42 | 0 | 16 | 126 | 3 | 62 | 135 | 67 |
| Binary | 11110111 | 11010101 | 100010 | 0 | 1110 | 1010110 | 11 | 110010 | 1011101 | 110111 |
Color Harmonies of #F7D522
Complementary color
Monochromatic Colors of #F7D522
Black with #F7D522
Text Example
Text Example
White with #F7D522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D522; }
p { color: rgb(247,213,34); }
H1.HeaderClassName
{
color: #F7D522;
}
.AnyTagClassName
{
color: #F7D522;
}
</style>
background-color css
<style>
a { background-color: #F7D522; }
a { background-color: rgb(247,213,34); }
div.DivClassName
{
background-color: #F7D522;
}
.BgClassName
{
background-color: #F7D522;
}
</style>
border-color css
<style>
span { border-color: #F7D522; }
span { border-color: rgb(247,213,34); }
td.TdClassName
{
border-color: #F7D522;
}
.TagClassName
{
border-color: #F7D522;
}
</style>