Shades of Turbo #F7D820
Tints of Turbo #F7D820
RGB
CMYK
RGB Variations
Color information
#F7D820 (or 0xF7D820) is known color: Turbo. HEX triplet: F7, D8 and 20. RGB value is (247,216,32). Sum of RGB (Red+Green+Blue) = 247+216+32=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D820 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D820 is #0827DF. Grayscale: #CDCDCD. Windows color (decimal): -534496 or 2152695. OLE color: 2152695.
HSL color Cylindrical-coordinate representation of color #F7D820: hue angle of 51.35º 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 #F7D820 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 32 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.03 |
| HSL | 51.35º | 0.93% | 0.55% | - |
| HSV(B) | 51.35º | 0.87% | 0.97% | - |
| XYZ | 63.17 | 68.99 | 11.35 | - |
| YUV | 204.29 | 30.77 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 32 | 0 | 0.13 | 0.87 | 0.03 | 51.35 | 0.93 | 0.55 |
| Hex | F7 | D8 | 20 | 0 | D | 57 | 3 | 33 | 5D | 37 |
| Octal | 367 | 330 | 40 | 0 | 15 | 127 | 3 | 63 | 135 | 67 |
| Binary | 11110111 | 11011000 | 100000 | 0 | 1101 | 1010111 | 11 | 110011 | 1011101 | 110111 |
Color Harmonies of #F7D820
Complementary color
Monochromatic Colors of #F7D820
Black with #F7D820
Text Example
Text Example
White with #F7D820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D820; }
p { color: rgb(247,216,32); }
H1.HeaderClassName
{
color: #F7D820;
}
.AnyTagClassName
{
color: #F7D820;
}
</style>
background-color css
<style>
a { background-color: #F7D820; }
a { background-color: rgb(247,216,32); }
div.DivClassName
{
background-color: #F7D820;
}
.BgClassName
{
background-color: #F7D820;
}
</style>
border-color css
<style>
span { border-color: #F7D820; }
span { border-color: rgb(247,216,32); }
td.TdClassName
{
border-color: #F7D820;
}
.TagClassName
{
border-color: #F7D820;
}
</style>