Shades of Turbo #F8D520
Tints of Turbo #F8D520
RGB
CMYK
RGB Variations
Color information
#F8D520 (or 0xF8D520) is known color: Turbo. HEX triplet: F8, D5 and 20. RGB value is (248,213,32). Sum of RGB (Red+Green+Blue) = 248+213+32=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D520 is #072ADF. Grayscale: #CBCBCB. Windows color (decimal): -469728 or 2151928. OLE color: 2151928.
HSL color Cylindrical-coordinate representation of color #F8D520: hue angle of 50.28º 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 #F8D520 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 32 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.03 |
| HSL | 50.28º | 0.94% | 0.55% | - |
| HSV(B) | 50.28º | 0.87% | 0.97% | - |
| XYZ | 62.77 | 67.65 | 11.12 | - |
| YUV | 202.83 | 31.6 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 32 | 0 | 0.14 | 0.87 | 0.03 | 50.28 | 0.94 | 0.55 |
| Hex | F8 | D5 | 20 | 0 | E | 57 | 3 | 32 | 5E | 37 |
| Octal | 370 | 325 | 40 | 0 | 16 | 127 | 3 | 62 | 136 | 67 |
| Binary | 11111000 | 11010101 | 100000 | 0 | 1110 | 1010111 | 11 | 110010 | 1011110 | 110111 |
Color Harmonies of #F8D520
Complementary color
Monochromatic Colors of #F8D520
Black with #F8D520
Text Example
Text Example
White with #F8D520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D520; }
p { color: rgb(248,213,32); }
H1.HeaderClassName
{
color: #F8D520;
}
.AnyTagClassName
{
color: #F8D520;
}
</style>
background-color css
<style>
a { background-color: #F8D520; }
a { background-color: rgb(248,213,32); }
div.DivClassName
{
background-color: #F8D520;
}
.BgClassName
{
background-color: #F8D520;
}
</style>
border-color css
<style>
span { border-color: #F8D520; }
span { border-color: rgb(248,213,32); }
td.TdClassName
{
border-color: #F8D520;
}
.TagClassName
{
border-color: #F8D520;
}
</style>