Shades of Turbo #F8D418
Tints of Turbo #F8D418
RGB
CMYK
RGB Variations
Color information
#F8D418 (or 0xF8D418) is known color: Turbo. HEX triplet: F8, D4 and 18. RGB value is (248,212,24). Sum of RGB (Red+Green+Blue) = 248+212+24=484 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.24% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 24 (9.77% from 255 or 4.96% from 484); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D418 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D418 is #072BE7. Grayscale: #CACACA. Windows color (decimal): -469992 or 1627384. OLE color: 1627384.
HSL color Cylindrical-coordinate representation of color #F8D418: hue angle of 50.36º 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 #F8D418 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 24 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.03 |
| HSL | 50.36º | 0.94% | 0.53% | - |
| HSV(B) | 50.36º | 0.9% | 0.97% | - |
| XYZ | 62.42 | 67.11 | 10.53 | - |
| YUV | 201.33 | 27.93 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 24 | 0 | 0.15 | 0.90 | 0.03 | 50.36 | 0.94 | 0.53 |
| Hex | F8 | D4 | 18 | 0 | F | 5A | 3 | 32 | 5E | 35 |
| Octal | 370 | 324 | 30 | 0 | 17 | 132 | 3 | 62 | 136 | 65 |
| Binary | 11111000 | 11010100 | 11000 | 0 | 1111 | 1011010 | 11 | 110010 | 1011110 | 110101 |
Color Harmonies of #F8D418
Complementary color
Monochromatic Colors of #F8D418
Black with #F8D418
Text Example
Text Example
White with #F8D418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D418; }
p { color: rgb(248,212,24); }
H1.HeaderClassName
{
color: #F8D418;
}
.AnyTagClassName
{
color: #F8D418;
}
</style>
background-color css
<style>
a { background-color: #F8D418; }
a { background-color: rgb(248,212,24); }
div.DivClassName
{
background-color: #F8D418;
}
.BgClassName
{
background-color: #F8D418;
}
</style>
border-color css
<style>
span { border-color: #F8D418; }
span { border-color: rgb(248,212,24); }
td.TdClassName
{
border-color: #F8D418;
}
.TagClassName
{
border-color: #F8D418;
}
</style>