Shades of Turbo #F8D218
Tints of Turbo #F8D218
RGB
CMYK
RGB Variations
Color information
#F8D218 (or 0xF8D218) is known color: Turbo. HEX triplet: F8, D2 and 18. RGB value is (248,210,24). Sum of RGB (Red+Green+Blue) = 248+210+24=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D218 is #072DE7. Grayscale: #C8C8C8. Windows color (decimal): -470504 or 1626872. OLE color: 1626872.
HSL color Cylindrical-coordinate representation of color #F8D218: hue angle of 49.82º 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 #F8D218 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 210 | 24 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.03 |
| HSL | 49.82º | 0.94% | 0.53% | - |
| HSV(B) | 49.82º | 0.9% | 0.97% | - |
| XYZ | 61.92 | 66.12 | 10.36 | - |
| YUV | 200.16 | 28.59 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 210 | 24 | 0 | 0.15 | 0.90 | 0.03 | 49.82 | 0.94 | 0.53 |
| Hex | F8 | D2 | 18 | 0 | F | 5A | 3 | 32 | 5E | 35 |
| Octal | 370 | 322 | 30 | 0 | 17 | 132 | 3 | 62 | 136 | 65 |
| Binary | 11111000 | 11010010 | 11000 | 0 | 1111 | 1011010 | 11 | 110010 | 1011110 | 110101 |
Color Harmonies of #F8D218
Complementary color
Monochromatic Colors of #F8D218
Black with #F8D218
Text Example
Text Example
White with #F8D218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D218; }
p { color: rgb(248,210,24); }
H1.HeaderClassName
{
color: #F8D218;
}
.AnyTagClassName
{
color: #F8D218;
}
</style>
background-color css
<style>
a { background-color: #F8D218; }
a { background-color: rgb(248,210,24); }
div.DivClassName
{
background-color: #F8D218;
}
.BgClassName
{
background-color: #F8D218;
}
</style>
border-color css
<style>
span { border-color: #F8D218; }
span { border-color: rgb(248,210,24); }
td.TdClassName
{
border-color: #F8D218;
}
.TagClassName
{
border-color: #F8D218;
}
</style>