Shades of Turbo #F8D624
Tints of Turbo #F8D624
RGB
CMYK
RGB Variations
Color information
#F8D624 (or 0xF8D624) is known color: Turbo. HEX triplet: F8, D6 and 24. RGB value is (248,214,36). Sum of RGB (Red+Green+Blue) = 248+214+36=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 36 (14.45% from 255 or 7.23% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D624 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D624 is #0729DB. Grayscale: #CCCCCC. Windows color (decimal): -469468 or 2414328. OLE color: 2414328.
HSL color Cylindrical-coordinate representation of color #F8D624: hue angle of 50.38º 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 #F8D624 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 214 | 36 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.03 |
| HSL | 50.38º | 0.94% | 0.56% | - |
| HSV(B) | 50.38º | 0.85% | 0.97% | - |
| XYZ | 63.08 | 68.18 | 11.5 | - |
| YUV | 203.87 | 33.26 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 214 | 36 | 0 | 0.14 | 0.85 | 0.03 | 50.38 | 0.94 | 0.56 |
| Hex | F8 | D6 | 24 | 0 | E | 55 | 3 | 32 | 5E | 38 |
| Octal | 370 | 326 | 44 | 0 | 16 | 125 | 3 | 62 | 136 | 70 |
| Binary | 11111000 | 11010110 | 100100 | 0 | 1110 | 1010101 | 11 | 110010 | 1011110 | 111000 |
Color Harmonies of #F8D624
Complementary color
Monochromatic Colors of #F8D624
Black with #F8D624
Text Example
Text Example
White with #F8D624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D624; }
p { color: rgb(248,214,36); }
H1.HeaderClassName
{
color: #F8D624;
}
.AnyTagClassName
{
color: #F8D624;
}
</style>
background-color css
<style>
a { background-color: #F8D624; }
a { background-color: rgb(248,214,36); }
div.DivClassName
{
background-color: #F8D624;
}
.BgClassName
{
background-color: #F8D624;
}
</style>
border-color css
<style>
span { border-color: #F8D624; }
span { border-color: rgb(248,214,36); }
td.TdClassName
{
border-color: #F8D624;
}
.TagClassName
{
border-color: #F8D624;
}
</style>