Shades of Turbo #F8D019
Tints of Turbo #F8D019
RGB
CMYK
RGB Variations
Color information
#F8D019 (or 0xF8D019) is known color: Turbo. HEX triplet: F8, D0 and 19. RGB value is (248,208,25). Sum of RGB (Red+Green+Blue) = 248+208+25=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 25 (10.16% from 255 or 5.20% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D019 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D019 is #072FE6. Grayscale: #C7C7C7. Windows color (decimal): -471015 or 1691896. OLE color: 1691896.
HSL color Cylindrical-coordinate representation of color #F8D019: hue angle of 49.24º 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 #F8D019 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 25 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.03 |
| HSL | 49.24º | 0.94% | 0.54% | - |
| HSV(B) | 49.24º | 0.9% | 0.97% | - |
| XYZ | 61.44 | 65.14 | 10.25 | - |
| YUV | 199.1 | 29.75 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 25 | 0 | 0.16 | 0.90 | 0.03 | 49.24 | 0.94 | 0.54 |
| Hex | F8 | D0 | 19 | 0 | 10 | 5A | 3 | 31 | 5E | 36 |
| Octal | 370 | 320 | 31 | 0 | 20 | 132 | 3 | 61 | 136 | 66 |
| Binary | 11111000 | 11010000 | 11001 | 0 | 10000 | 1011010 | 11 | 110001 | 1011110 | 110110 |
Color Harmonies of #F8D019
Complementary color
Monochromatic Colors of #F8D019
Black with #F8D019
Text Example
Text Example
White with #F8D019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D019; }
p { color: rgb(248,208,25); }
H1.HeaderClassName
{
color: #F8D019;
}
.AnyTagClassName
{
color: #F8D019;
}
</style>
background-color css
<style>
a { background-color: #F8D019; }
a { background-color: rgb(248,208,25); }
div.DivClassName
{
background-color: #F8D019;
}
.BgClassName
{
background-color: #F8D019;
}
</style>
border-color css
<style>
span { border-color: #F8D019; }
span { border-color: rgb(248,208,25); }
td.TdClassName
{
border-color: #F8D019;
}
.TagClassName
{
border-color: #F8D019;
}
</style>