Shades of Turbo #F7D91D
Tints of Turbo #F7D91D
RGB
CMYK
RGB Variations
Color information
#F7D91D (or 0xF7D91D) is known color: Turbo. HEX triplet: F7, D9 and 1D. RGB value is (247,217,29). Sum of RGB (Red+Green+Blue) = 247+217+29=493 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.10% from 493); Green value is 217 (85.16% from 255 or 44.02% from 493); Blue value is 29 (11.72% from 255 or 5.88% from 493); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D91D is #0826E2. Grayscale: #CDCDCD. Windows color (decimal): -534243 or 1956343. OLE color: 1956343.
HSL color Cylindrical-coordinate representation of color #F7D91D: hue angle of 51.74º 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 #F7D91D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.03 |
| HSL | 51.74º | 0.93% | 0.54% | - |
| HSV(B) | 51.74º | 0.88% | 0.97% | - |
| XYZ | 63.39 | 69.49 | 11.23 | - |
| YUV | 204.54 | 28.94 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 29 | 0 | 0.12 | 0.88 | 0.03 | 51.74 | 0.93 | 0.54 |
| Hex | F7 | D9 | 1D | 0 | C | 58 | 3 | 34 | 5D | 36 |
| Octal | 367 | 331 | 35 | 0 | 14 | 130 | 3 | 64 | 135 | 66 |
| Binary | 11110111 | 11011001 | 11101 | 0 | 1100 | 1011000 | 11 | 110100 | 1011101 | 110110 |
Color Harmonies of #F7D91D
Complementary color
Monochromatic Colors of #F7D91D
Black with #F7D91D
Text Example
Text Example
White with #F7D91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D91D; }
p { color: rgb(247,217,29); }
H1.HeaderClassName
{
color: #F7D91D;
}
.AnyTagClassName
{
color: #F7D91D;
}
</style>
background-color css
<style>
a { background-color: #F7D91D; }
a { background-color: rgb(247,217,29); }
div.DivClassName
{
background-color: #F7D91D;
}
.BgClassName
{
background-color: #F7D91D;
}
</style>
border-color css
<style>
span { border-color: #F7D91D; }
span { border-color: rgb(247,217,29); }
td.TdClassName
{
border-color: #F7D91D;
}
.TagClassName
{
border-color: #F7D91D;
}
</style>