Shades of Turbo #F8D41E
Tints of Turbo #F8D41E
RGB
CMYK
RGB Variations
Color information
#F8D41E (or 0xF8D41E) is known color: Turbo. HEX triplet: F8, D4 and 1E. RGB value is (248,212,30). Sum of RGB (Red+Green+Blue) = 248+212+30=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D41E is #072BE1. Grayscale: #CACACA. Windows color (decimal): -469986 or 2020600. OLE color: 2020600.
HSL color Cylindrical-coordinate representation of color #F8D41E: hue angle of 50.09º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8D41E is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 30 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.03 |
| HSL | 50.09º | 0.94% | 0.55% | - |
| HSV(B) | 50.09º | 0.88% | 0.97% | - |
| XYZ | 62.49 | 67.14 | 10.89 | - |
| YUV | 202.02 | 30.93 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 30 | 0 | 0.15 | 0.88 | 0.03 | 50.09 | 0.94 | 0.55 |
| Hex | F8 | D4 | 1E | 0 | F | 58 | 3 | 32 | 5E | 37 |
| Octal | 370 | 324 | 36 | 0 | 17 | 130 | 3 | 62 | 136 | 67 |
| Binary | 11111000 | 11010100 | 11110 | 0 | 1111 | 1011000 | 11 | 110010 | 1011110 | 110111 |
Color Harmonies of #F8D41E
Complementary color
Monochromatic Colors of #F8D41E
Black with #F8D41E
Text Example
Text Example
White with #F8D41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D41E; }
p { color: rgb(248,212,30); }
H1.HeaderClassName
{
color: #F8D41E;
}
.AnyTagClassName
{
color: #F8D41E;
}
</style>
background-color css
<style>
a { background-color: #F8D41E; }
a { background-color: rgb(248,212,30); }
div.DivClassName
{
background-color: #F8D41E;
}
.BgClassName
{
background-color: #F8D41E;
}
</style>
border-color css
<style>
span { border-color: #F8D41E; }
span { border-color: rgb(248,212,30); }
td.TdClassName
{
border-color: #F8D41E;
}
.TagClassName
{
border-color: #F8D41E;
}
</style>