Shades of Turbo #F8D020
Tints of Turbo #F8D020
RGB
CMYK
RGB Variations
Color information
#F8D020 (or 0xF8D020) is known color: Turbo. HEX triplet: F8, D0 and 20. RGB value is (248,208,32). Sum of RGB (Red+Green+Blue) = 248+208+32=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 32 (12.89% from 255 or 6.56% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D020 is #072FDF. Grayscale: #C8C8C8. Windows color (decimal): -471008 or 2150648. OLE color: 2150648.
HSL color Cylindrical-coordinate representation of color #F8D020: hue angle of 48.89º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8D020 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 32 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.03 |
| HSL | 48.89º | 0.94% | 0.55% | - |
| HSV(B) | 48.89º | 0.87% | 0.97% | - |
| XYZ | 61.53 | 65.17 | 10.7 | - |
| YUV | 199.9 | 33.25 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 32 | 0 | 0.16 | 0.87 | 0.03 | 48.89 | 0.94 | 0.55 |
| Hex | F8 | D0 | 20 | 0 | 10 | 57 | 3 | 31 | 5E | 37 |
| Octal | 370 | 320 | 40 | 0 | 20 | 127 | 3 | 61 | 136 | 67 |
| Binary | 11111000 | 11010000 | 100000 | 0 | 10000 | 1010111 | 11 | 110001 | 1011110 | 110111 |
Color Harmonies of #F8D020
Complementary color
Monochromatic Colors of #F8D020
Black with #F8D020
Text Example
Text Example
White with #F8D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D020; }
p { color: rgb(248,208,32); }
H1.HeaderClassName
{
color: #F8D020;
}
.AnyTagClassName
{
color: #F8D020;
}
</style>
background-color css
<style>
a { background-color: #F8D020; }
a { background-color: rgb(248,208,32); }
div.DivClassName
{
background-color: #F8D020;
}
.BgClassName
{
background-color: #F8D020;
}
</style>
border-color css
<style>
span { border-color: #F8D020; }
span { border-color: rgb(248,208,32); }
td.TdClassName
{
border-color: #F8D020;
}
.TagClassName
{
border-color: #F8D020;
}
</style>