Shades of Turbo #F8D718
Tints of Turbo #F8D718
RGB
CMYK
RGB Variations
Color information
#F8D718 (or 0xF8D718) is known color: Turbo. HEX triplet: F8, D7 and 18. RGB value is (248,215,24). Sum of RGB (Red+Green+Blue) = 248+215+24=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D718 is #0728E7. Grayscale: #CBCBCB. Windows color (decimal): -469224 or 1628152. OLE color: 1628152.
HSL color Cylindrical-coordinate representation of color #F8D718: hue angle of 51.16º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8D718 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 24 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.03 |
| HSL | 51.16º | 0.94% | 0.53% | - |
| HSV(B) | 51.16º | 0.9% | 0.97% | - |
| XYZ | 63.18 | 68.62 | 10.78 | - |
| YUV | 203.09 | 26.93 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 24 | 0 | 0.13 | 0.90 | 0.03 | 51.16 | 0.94 | 0.53 |
| Hex | F8 | D7 | 18 | 0 | D | 5A | 3 | 33 | 5E | 35 |
| Octal | 370 | 327 | 30 | 0 | 15 | 132 | 3 | 63 | 136 | 65 |
| Binary | 11111000 | 11010111 | 11000 | 0 | 1101 | 1011010 | 11 | 110011 | 1011110 | 110101 |
Color Harmonies of #F8D718
Complementary color
Monochromatic Colors of #F8D718
Black with #F8D718
Text Example
Text Example
White with #F8D718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D718; }
p { color: rgb(248,215,24); }
H1.HeaderClassName
{
color: #F8D718;
}
.AnyTagClassName
{
color: #F8D718;
}
</style>
background-color css
<style>
a { background-color: #F8D718; }
a { background-color: rgb(248,215,24); }
div.DivClassName
{
background-color: #F8D718;
}
.BgClassName
{
background-color: #F8D718;
}
</style>
border-color css
<style>
span { border-color: #F8D718; }
span { border-color: rgb(248,215,24); }
td.TdClassName
{
border-color: #F8D718;
}
.TagClassName
{
border-color: #F8D718;
}
</style>