Shades of Turbo #F7D520
Tints of Turbo #F7D520
RGB
CMYK
RGB Variations
Color information
#F7D520 (or 0xF7D520) is known color: Turbo. HEX triplet: F7, D5 and 20. RGB value is (247,213,32). Sum of RGB (Red+Green+Blue) = 247+213+32=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 213 (83.59% from 255 or 43.29% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D520 is #082ADF. Grayscale: #CBCBCB. Windows color (decimal): -535264 or 2151927. OLE color: 2151927.
HSL color Cylindrical-coordinate representation of color #F7D520: hue angle of 50.51º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F7D520 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 213 | 32 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.03 |
| HSL | 50.51º | 0.93% | 0.55% | - |
| HSV(B) | 50.51º | 0.87% | 0.97% | - |
| XYZ | 62.41 | 67.47 | 11.1 | - |
| YUV | 202.53 | 31.76 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 213 | 32 | 0 | 0.14 | 0.87 | 0.03 | 50.51 | 0.93 | 0.55 |
| Hex | F7 | D5 | 20 | 0 | E | 57 | 3 | 33 | 5D | 37 |
| Octal | 367 | 325 | 40 | 0 | 16 | 127 | 3 | 63 | 135 | 67 |
| Binary | 11110111 | 11010101 | 100000 | 0 | 1110 | 1010111 | 11 | 110011 | 1011101 | 110111 |
Color Harmonies of #F7D520
Complementary color
Monochromatic Colors of #F7D520
Black with #F7D520
Text Example
Text Example
White with #F7D520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D520; }
p { color: rgb(247,213,32); }
H1.HeaderClassName
{
color: #F7D520;
}
.AnyTagClassName
{
color: #F7D520;
}
</style>
background-color css
<style>
a { background-color: #F7D520; }
a { background-color: rgb(247,213,32); }
div.DivClassName
{
background-color: #F7D520;
}
.BgClassName
{
background-color: #F7D520;
}
</style>
border-color css
<style>
span { border-color: #F7D520; }
span { border-color: rgb(247,213,32); }
td.TdClassName
{
border-color: #F7D520;
}
.TagClassName
{
border-color: #F7D520;
}
</style>