Shades of Turbo #F8D71B
Tints of Turbo #F8D71B
RGB
CMYK
RGB Variations
Color information
#F8D71B (or 0xF8D71B) is known color: Turbo. HEX triplet: F8, D7 and 1B. RGB value is (248,215,27). Sum of RGB (Red+Green+Blue) = 248+215+27=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D71B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D71B is #0728E4. Grayscale: #CCCCCC. Windows color (decimal): -469221 or 1824760. OLE color: 1824760.
HSL color Cylindrical-coordinate representation of color #F8D71B: hue angle of 51.04º degrees, saturation: 0.94, 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 #F8D71B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 27 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.03 |
| HSL | 51.04º | 0.94% | 0.54% | - |
| HSV(B) | 51.04º | 0.89% | 0.97% | - |
| XYZ | 63.21 | 68.64 | 10.95 | - |
| YUV | 203.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 27 | 0 | 0.13 | 0.89 | 0.03 | 51.04 | 0.94 | 0.54 |
| Hex | F8 | D7 | 1B | 0 | D | 59 | 3 | 33 | 5E | 36 |
| Octal | 370 | 327 | 33 | 0 | 15 | 131 | 3 | 63 | 136 | 66 |
| Binary | 11111000 | 11010111 | 11011 | 0 | 1101 | 1011001 | 11 | 110011 | 1011110 | 110110 |
Color Harmonies of #F8D71B
Complementary color
Monochromatic Colors of #F8D71B
Black with #F8D71B
Text Example
Text Example
White with #F8D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D71B; }
p { color: rgb(248,215,27); }
H1.HeaderClassName
{
color: #F8D71B;
}
.AnyTagClassName
{
color: #F8D71B;
}
</style>
background-color css
<style>
a { background-color: #F8D71B; }
a { background-color: rgb(248,215,27); }
div.DivClassName
{
background-color: #F8D71B;
}
.BgClassName
{
background-color: #F8D71B;
}
</style>
border-color css
<style>
span { border-color: #F8D71B; }
span { border-color: rgb(248,215,27); }
td.TdClassName
{
border-color: #F8D71B;
}
.TagClassName
{
border-color: #F8D71B;
}
</style>