Shades of Turbo #F8D426
Tints of Turbo #F8D426
RGB
CMYK
RGB Variations
Color information
#F8D426 (or 0xF8D426) is known color: Turbo. HEX triplet: F8, D4 and 26. RGB value is (248,212,38). Sum of RGB (Red+Green+Blue) = 248+212+38=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 38 (15.23% from 255 or 7.63% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D426 is #072BD9. Grayscale: #CBCBCB. Windows color (decimal): -469978 or 2544888. OLE color: 2544888.
HSL color Cylindrical-coordinate representation of color #F8D426: hue angle of 49.71º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8D426 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 38 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.03 |
| HSL | 49.71º | 0.94% | 0.56% | - |
| HSV(B) | 49.71º | 0.85% | 0.97% | - |
| XYZ | 62.6 | 67.18 | 11.5 | - |
| YUV | 202.93 | 34.93 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 38 | 0 | 0.15 | 0.85 | 0.03 | 49.71 | 0.94 | 0.56 |
| Hex | F8 | D4 | 26 | 0 | F | 55 | 3 | 32 | 5E | 38 |
| Octal | 370 | 324 | 46 | 0 | 17 | 125 | 3 | 62 | 136 | 70 |
| Binary | 11111000 | 11010100 | 100110 | 0 | 1111 | 1010101 | 11 | 110010 | 1011110 | 111000 |
Color Harmonies of #F8D426
Complementary color
Monochromatic Colors of #F8D426
Black with #F8D426
Text Example
Text Example
White with #F8D426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D426; }
p { color: rgb(248,212,38); }
H1.HeaderClassName
{
color: #F8D426;
}
.AnyTagClassName
{
color: #F8D426;
}
</style>
background-color css
<style>
a { background-color: #F8D426; }
a { background-color: rgb(248,212,38); }
div.DivClassName
{
background-color: #F8D426;
}
.BgClassName
{
background-color: #F8D426;
}
</style>
border-color css
<style>
span { border-color: #F8D426; }
span { border-color: rgb(248,212,38); }
td.TdClassName
{
border-color: #F8D426;
}
.TagClassName
{
border-color: #F8D426;
}
</style>