Shades of Turbo #F7D81B
Tints of Turbo #F7D81B
RGB
CMYK
RGB Variations
Color information
#F7D81B (or 0xF7D81B) is known color: Turbo. HEX triplet: F7, D8 and 1B. RGB value is (247,216,27). Sum of RGB (Red+Green+Blue) = 247+216+27=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D81B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7D81B is #0827E4. Grayscale: #CCCCCC. Windows color (decimal): -534501 or 1825015. OLE color: 1825015.
HSL color Cylindrical-coordinate representation of color #F7D81B: hue angle of 51.55º 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 #F7D81B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 216 | 27 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.03 |
| HSL | 51.55º | 0.93% | 0.54% | - |
| HSV(B) | 51.55º | 0.89% | 0.97% | - |
| XYZ | 63.11 | 68.97 | 11.02 | - |
| YUV | 203.72 | 28.27 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 216 | 27 | 0 | 0.13 | 0.89 | 0.03 | 51.55 | 0.93 | 0.54 |
| Hex | F7 | D8 | 1B | 0 | D | 59 | 3 | 34 | 5D | 36 |
| Octal | 367 | 330 | 33 | 0 | 15 | 131 | 3 | 64 | 135 | 66 |
| Binary | 11110111 | 11011000 | 11011 | 0 | 1101 | 1011001 | 11 | 110100 | 1011101 | 110110 |
Color Harmonies of #F7D81B
Complementary color
Monochromatic Colors of #F7D81B
Black with #F7D81B
Text Example
Text Example
White with #F7D81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D81B; }
p { color: rgb(247,216,27); }
H1.HeaderClassName
{
color: #F7D81B;
}
.AnyTagClassName
{
color: #F7D81B;
}
</style>
background-color css
<style>
a { background-color: #F7D81B; }
a { background-color: rgb(247,216,27); }
div.DivClassName
{
background-color: #F7D81B;
}
.BgClassName
{
background-color: #F7D81B;
}
</style>
border-color css
<style>
span { border-color: #F7D81B; }
span { border-color: rgb(247,216,27); }
td.TdClassName
{
border-color: #F7D81B;
}
.TagClassName
{
border-color: #F7D81B;
}
</style>