Shades of Turbo #F8D720
Tints of Turbo #F8D720
RGB
CMYK
RGB Variations
Color information
#F8D720 (or 0xF8D720) is known color: Turbo. HEX triplet: F8, D7 and 20. RGB value is (248,215,32). Sum of RGB (Red+Green+Blue) = 248+215+32=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D720 is #0728DF. Grayscale: #CCCCCC. Windows color (decimal): -469216 or 2152440. OLE color: 2152440.
HSL color Cylindrical-coordinate representation of color #F8D720: hue angle of 50.83º 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 #F8D720 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 32 | - |
| CMYK | 0 | 0.13 | 0.87 | 0.03 |
| HSL | 50.83º | 0.94% | 0.55% | - |
| HSV(B) | 50.83º | 0.87% | 0.97% | - |
| XYZ | 63.27 | 68.66 | 11.28 | - |
| YUV | 204.01 | 30.93 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 32 | 0 | 0.13 | 0.87 | 0.03 | 50.83 | 0.94 | 0.55 |
| Hex | F8 | D7 | 20 | 0 | D | 57 | 3 | 33 | 5E | 37 |
| Octal | 370 | 327 | 40 | 0 | 15 | 127 | 3 | 63 | 136 | 67 |
| Binary | 11111000 | 11010111 | 100000 | 0 | 1101 | 1010111 | 11 | 110011 | 1011110 | 110111 |
Color Harmonies of #F8D720
Complementary color
Monochromatic Colors of #F8D720
Black with #F8D720
Text Example
Text Example
White with #F8D720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D720; }
p { color: rgb(248,215,32); }
H1.HeaderClassName
{
color: #F8D720;
}
.AnyTagClassName
{
color: #F8D720;
}
</style>
background-color css
<style>
a { background-color: #F8D720; }
a { background-color: rgb(248,215,32); }
div.DivClassName
{
background-color: #F8D720;
}
.BgClassName
{
background-color: #F8D720;
}
</style>
border-color css
<style>
span { border-color: #F8D720; }
span { border-color: rgb(248,215,32); }
td.TdClassName
{
border-color: #F8D720;
}
.TagClassName
{
border-color: #F8D720;
}
</style>