Shades of Turbo #F8D024
Tints of Turbo #F8D024
RGB
CMYK
RGB Variations
Color information
#F8D024 (or 0xF8D024) is known color: Turbo. HEX triplet: F8, D0 and 24. RGB value is (248,208,36). Sum of RGB (Red+Green+Blue) = 248+208+36=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 36 (14.45% from 255 or 7.32% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D024 is #072FDB. Grayscale: #C9C9C9. Windows color (decimal): -471004 or 2412792. OLE color: 2412792.
HSL color Cylindrical-coordinate representation of color #F8D024: hue angle of 48.68º 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 #F8D024 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 36 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.03 |
| HSL | 48.68º | 0.94% | 0.56% | - |
| HSV(B) | 48.68º | 0.85% | 0.97% | - |
| XYZ | 61.59 | 65.2 | 11.01 | - |
| YUV | 200.35 | 35.25 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 36 | 0 | 0.16 | 0.85 | 0.03 | 48.68 | 0.94 | 0.56 |
| Hex | F8 | D0 | 24 | 0 | 10 | 55 | 3 | 31 | 5E | 38 |
| Octal | 370 | 320 | 44 | 0 | 20 | 125 | 3 | 61 | 136 | 70 |
| Binary | 11111000 | 11010000 | 100100 | 0 | 10000 | 1010101 | 11 | 110001 | 1011110 | 111000 |
Color Harmonies of #F8D024
Complementary color
Monochromatic Colors of #F8D024
Black with #F8D024
Text Example
Text Example
White with #F8D024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D024; }
p { color: rgb(248,208,36); }
H1.HeaderClassName
{
color: #F8D024;
}
.AnyTagClassName
{
color: #F8D024;
}
</style>
background-color css
<style>
a { background-color: #F8D024; }
a { background-color: rgb(248,208,36); }
div.DivClassName
{
background-color: #F8D024;
}
.BgClassName
{
background-color: #F8D024;
}
</style>
border-color css
<style>
span { border-color: #F8D024; }
span { border-color: rgb(248,208,36); }
td.TdClassName
{
border-color: #F8D024;
}
.TagClassName
{
border-color: #F8D024;
}
</style>