Shades of Turbo #F7D91B
Tints of Turbo #F7D91B
RGB
CMYK
RGB Variations
Color information
#F7D91B (or 0xF7D91B) is known color: Turbo. HEX triplet: F7, D9 and 1B. RGB value is (247,217,27). Sum of RGB (Red+Green+Blue) = 247+217+27=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 27 (10.94% from 255 or 5.50% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D91B is #0826E4. Grayscale: #CDCDCD. Windows color (decimal): -534245 or 1825271. OLE color: 1825271.
HSL color Cylindrical-coordinate representation of color #F7D91B: hue angle of 51.82º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F7D91B is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 27 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.03 |
| HSL | 51.82º | 0.93% | 0.54% | - |
| HSV(B) | 51.82º | 0.89% | 0.97% | - |
| XYZ | 63.37 | 69.48 | 11.11 | - |
| YUV | 204.31 | 27.94 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 27 | 0 | 0.12 | 0.89 | 0.03 | 51.82 | 0.93 | 0.54 |
| Hex | F7 | D9 | 1B | 0 | C | 59 | 3 | 34 | 5D | 36 |
| Octal | 367 | 331 | 33 | 0 | 14 | 131 | 3 | 64 | 135 | 66 |
| Binary | 11110111 | 11011001 | 11011 | 0 | 1100 | 1011001 | 11 | 110100 | 1011101 | 110110 |
Color Harmonies of #F7D91B
Complementary color
Monochromatic Colors of #F7D91B
Black with #F7D91B
Text Example
Text Example
White with #F7D91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D91B; }
p { color: rgb(247,217,27); }
H1.HeaderClassName
{
color: #F7D91B;
}
.AnyTagClassName
{
color: #F7D91B;
}
</style>
background-color css
<style>
a { background-color: #F7D91B; }
a { background-color: rgb(247,217,27); }
div.DivClassName
{
background-color: #F7D91B;
}
.BgClassName
{
background-color: #F7D91B;
}
</style>
border-color css
<style>
span { border-color: #F7D91B; }
span { border-color: rgb(247,217,27); }
td.TdClassName
{
border-color: #F7D91B;
}
.TagClassName
{
border-color: #F7D91B;
}
</style>