Shades of Turbo #F8D519
Tints of Turbo #F8D519
RGB
CMYK
RGB Variations
Color information
#F8D519 (or 0xF8D519) is known color: Turbo. HEX triplet: F8, D5 and 19. RGB value is (248,213,25). Sum of RGB (Red+Green+Blue) = 248+213+25=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 25 (10.16% from 255 or 5.14% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D519 is #072AE6. Grayscale: #CACACA. Windows color (decimal): -469735 or 1693176. OLE color: 1693176.
HSL color Cylindrical-coordinate representation of color #F8D519: hue angle of 50.58º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8D519 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 25 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.03 |
| HSL | 50.58º | 0.94% | 0.54% | - |
| HSV(B) | 50.58º | 0.9% | 0.97% | - |
| XYZ | 62.68 | 67.62 | 10.67 | - |
| YUV | 202.03 | 28.1 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 25 | 0 | 0.14 | 0.90 | 0.03 | 50.58 | 0.94 | 0.54 |
| Hex | F8 | D5 | 19 | 0 | E | 5A | 3 | 33 | 5E | 36 |
| Octal | 370 | 325 | 31 | 0 | 16 | 132 | 3 | 63 | 136 | 66 |
| Binary | 11111000 | 11010101 | 11001 | 0 | 1110 | 1011010 | 11 | 110011 | 1011110 | 110110 |
Color Harmonies of #F8D519
Complementary color
Monochromatic Colors of #F8D519
Black with #F8D519
Text Example
Text Example
White with #F8D519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D519; }
p { color: rgb(248,213,25); }
H1.HeaderClassName
{
color: #F8D519;
}
.AnyTagClassName
{
color: #F8D519;
}
</style>
background-color css
<style>
a { background-color: #F8D519; }
a { background-color: rgb(248,213,25); }
div.DivClassName
{
background-color: #F8D519;
}
.BgClassName
{
background-color: #F8D519;
}
</style>
border-color css
<style>
span { border-color: #F8D519; }
span { border-color: rgb(248,213,25); }
td.TdClassName
{
border-color: #F8D519;
}
.TagClassName
{
border-color: #F8D519;
}
</style>