Shades of Turbo #F8D421
Tints of Turbo #F8D421
RGB
CMYK
RGB Variations
Color information
#F8D421 (or 0xF8D421) is known color: Turbo. HEX triplet: F8, D4 and 21. RGB value is (248,212,33). Sum of RGB (Red+Green+Blue) = 248+212+33=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 33 (13.28% from 255 or 6.69% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D421 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D421 is #072BDE. Grayscale: #CBCBCB. Windows color (decimal): -469983 or 2217208. OLE color: 2217208.
HSL color Cylindrical-coordinate representation of color #F8D421: hue angle of 49.95º 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 #F8D421 is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 33 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.03 |
| HSL | 49.95º | 0.94% | 0.55% | - |
| HSV(B) | 49.95º | 0.87% | 0.97% | - |
| XYZ | 62.53 | 67.15 | 11.11 | - |
| YUV | 202.36 | 32.43 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 33 | 0 | 0.15 | 0.87 | 0.03 | 49.95 | 0.94 | 0.55 |
| Hex | F8 | D4 | 21 | 0 | F | 57 | 3 | 32 | 5E | 37 |
| Octal | 370 | 324 | 41 | 0 | 17 | 127 | 3 | 62 | 136 | 67 |
| Binary | 11111000 | 11010100 | 100001 | 0 | 1111 | 1010111 | 11 | 110010 | 1011110 | 110111 |
Color Harmonies of #F8D421
Complementary color
Monochromatic Colors of #F8D421
Black with #F8D421
Text Example
Text Example
White with #F8D421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D421; }
p { color: rgb(248,212,33); }
H1.HeaderClassName
{
color: #F8D421;
}
.AnyTagClassName
{
color: #F8D421;
}
</style>
background-color css
<style>
a { background-color: #F8D421; }
a { background-color: rgb(248,212,33); }
div.DivClassName
{
background-color: #F8D421;
}
.BgClassName
{
background-color: #F8D421;
}
</style>
border-color css
<style>
span { border-color: #F8D421; }
span { border-color: rgb(248,212,33); }
td.TdClassName
{
border-color: #F8D421;
}
.TagClassName
{
border-color: #F8D421;
}
</style>