Shades of Turbo #F8D918
Tints of Turbo #F8D918
RGB
CMYK
RGB Variations
Color information
#F8D918 (or 0xF8D918) is known color: Turbo. HEX triplet: F8, D9 and 18. RGB value is (248,217,24). Sum of RGB (Red+Green+Blue) = 248+217+24=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 24 (9.77% from 255 or 4.91% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D918 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D918 is #0726E7. Grayscale: #CDCDCD. Windows color (decimal): -468712 or 1628664. OLE color: 1628664.
HSL color Cylindrical-coordinate representation of color #F8D918: hue angle of 51.7º 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 #F8D918 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 24 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.03 |
| HSL | 51.7º | 0.94% | 0.53% | - |
| HSV(B) | 51.7º | 0.9% | 0.97% | - |
| XYZ | 63.69 | 69.65 | 10.95 | - |
| YUV | 204.27 | 26.27 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 24 | 0 | 0.12 | 0.90 | 0.03 | 51.7 | 0.94 | 0.53 |
| Hex | F8 | D9 | 18 | 0 | C | 5A | 3 | 34 | 5E | 35 |
| Octal | 370 | 331 | 30 | 0 | 14 | 132 | 3 | 64 | 136 | 65 |
| Binary | 11111000 | 11011001 | 11000 | 0 | 1100 | 1011010 | 11 | 110100 | 1011110 | 110101 |
Color Harmonies of #F8D918
Complementary color
Monochromatic Colors of #F8D918
Black with #F8D918
Text Example
Text Example
White with #F8D918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D918; }
p { color: rgb(248,217,24); }
H1.HeaderClassName
{
color: #F8D918;
}
.AnyTagClassName
{
color: #F8D918;
}
</style>
background-color css
<style>
a { background-color: #F8D918; }
a { background-color: rgb(248,217,24); }
div.DivClassName
{
background-color: #F8D918;
}
.BgClassName
{
background-color: #F8D918;
}
</style>
border-color css
<style>
span { border-color: #F8D918; }
span { border-color: rgb(248,217,24); }
td.TdClassName
{
border-color: #F8D918;
}
.TagClassName
{
border-color: #F8D918;
}
</style>