Shades of Turbo #F7D01D
Tints of Turbo #F7D01D
RGB
CMYK
RGB Variations
Color information
#F7D01D (or 0xF7D01D) is known color: Turbo. HEX triplet: F7, D0 and 1D. RGB value is (247,208,29). Sum of RGB (Red+Green+Blue) = 247+208+29=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D01D is #082FE2. Grayscale: #C8C8C8. Windows color (decimal): -536547 or 1954039. OLE color: 1954039.
HSL color Cylindrical-coordinate representation of color #F7D01D: hue angle of 49.27º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F7D01D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 208 | 29 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.03 |
| HSL | 49.27º | 0.93% | 0.54% | - |
| HSV(B) | 49.27º | 0.88% | 0.97% | - |
| XYZ | 61.14 | 64.97 | 10.48 | - |
| YUV | 199.26 | 31.92 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 208 | 29 | 0 | 0.16 | 0.88 | 0.03 | 49.27 | 0.93 | 0.54 |
| Hex | F7 | D0 | 1D | 0 | 10 | 58 | 3 | 31 | 5D | 36 |
| Octal | 367 | 320 | 35 | 0 | 20 | 130 | 3 | 61 | 135 | 66 |
| Binary | 11110111 | 11010000 | 11101 | 0 | 10000 | 1011000 | 11 | 110001 | 1011101 | 110110 |
Color Harmonies of #F7D01D
Complementary color
Monochromatic Colors of #F7D01D
Black with #F7D01D
Text Example
Text Example
White with #F7D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D01D; }
p { color: rgb(247,208,29); }
H1.HeaderClassName
{
color: #F7D01D;
}
.AnyTagClassName
{
color: #F7D01D;
}
</style>
background-color css
<style>
a { background-color: #F7D01D; }
a { background-color: rgb(247,208,29); }
div.DivClassName
{
background-color: #F7D01D;
}
.BgClassName
{
background-color: #F7D01D;
}
</style>
border-color css
<style>
span { border-color: #F7D01D; }
span { border-color: rgb(247,208,29); }
td.TdClassName
{
border-color: #F7D01D;
}
.TagClassName
{
border-color: #F7D01D;
}
</style>