Shades of Turbo #F8D01D
Tints of Turbo #F8D01D
RGB
CMYK
RGB Variations
Color information
#F8D01D (or 0xF8D01D) is known color: Turbo. HEX triplet: F8, D0 and 1D. RGB value is (248,208,29). Sum of RGB (Red+Green+Blue) = 248+208+29=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D01D is #072FE2. Grayscale: #C8C8C8. Windows color (decimal): -471011 or 1954040. OLE color: 1954040.
HSL color Cylindrical-coordinate representation of color #F8D01D: hue angle of 49.04º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8D01D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 29 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.03 |
| HSL | 49.04º | 0.94% | 0.54% | - |
| HSV(B) | 49.04º | 0.88% | 0.97% | - |
| XYZ | 61.49 | 65.16 | 10.5 | - |
| YUV | 199.55 | 31.75 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 29 | 0 | 0.16 | 0.88 | 0.03 | 49.04 | 0.94 | 0.54 |
| Hex | F8 | D0 | 1D | 0 | 10 | 58 | 3 | 31 | 5E | 36 |
| Octal | 370 | 320 | 35 | 0 | 20 | 130 | 3 | 61 | 136 | 66 |
| Binary | 11111000 | 11010000 | 11101 | 0 | 10000 | 1011000 | 11 | 110001 | 1011110 | 110110 |
Color Harmonies of #F8D01D
Complementary color
Monochromatic Colors of #F8D01D
Black with #F8D01D
Text Example
Text Example
White with #F8D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D01D; }
p { color: rgb(248,208,29); }
H1.HeaderClassName
{
color: #F8D01D;
}
.AnyTagClassName
{
color: #F8D01D;
}
</style>
background-color css
<style>
a { background-color: #F8D01D; }
a { background-color: rgb(248,208,29); }
div.DivClassName
{
background-color: #F8D01D;
}
.BgClassName
{
background-color: #F8D01D;
}
</style>
border-color css
<style>
span { border-color: #F8D01D; }
span { border-color: rgb(248,208,29); }
td.TdClassName
{
border-color: #F8D01D;
}
.TagClassName
{
border-color: #F8D01D;
}
</style>