Shades of Turbo #F8D124
Tints of Turbo #F8D124
RGB
CMYK
RGB Variations
Color information
#F8D124 (or 0xF8D124) is known color: Turbo. HEX triplet: F8, D1 and 24. RGB value is (248,209,36). Sum of RGB (Red+Green+Blue) = 248+209+36=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 209 (82.03% from 255 or 42.39% from 493); Blue value is 36 (14.45% from 255 or 7.30% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8D124 is #072EDB. Grayscale: #C9C9C9. Windows color (decimal): -470748 or 2413048. OLE color: 2413048.
HSL color Cylindrical-coordinate representation of color #F8D124: hue angle of 48.96º 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 #F8D124 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 209 | 36 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.03 |
| HSL | 48.96º | 0.94% | 0.56% | - |
| HSV(B) | 48.96º | 0.85% | 0.97% | - |
| XYZ | 61.83 | 65.68 | 11.09 | - |
| YUV | 200.94 | 34.92 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 209 | 36 | 0 | 0.16 | 0.85 | 0.03 | 48.96 | 0.94 | 0.56 |
| Hex | F8 | D1 | 24 | 0 | 10 | 55 | 3 | 31 | 5E | 38 |
| Octal | 370 | 321 | 44 | 0 | 20 | 125 | 3 | 61 | 136 | 70 |
| Binary | 11111000 | 11010001 | 100100 | 0 | 10000 | 1010101 | 11 | 110001 | 1011110 | 111000 |
Color Harmonies of #F8D124
Complementary color
Monochromatic Colors of #F8D124
Black with #F8D124
Text Example
Text Example
White with #F8D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D124; }
p { color: rgb(248,209,36); }
H1.HeaderClassName
{
color: #F8D124;
}
.AnyTagClassName
{
color: #F8D124;
}
</style>
background-color css
<style>
a { background-color: #F8D124; }
a { background-color: rgb(248,209,36); }
div.DivClassName
{
background-color: #F8D124;
}
.BgClassName
{
background-color: #F8D124;
}
</style>
border-color css
<style>
span { border-color: #F8D124; }
span { border-color: rgb(248,209,36); }
td.TdClassName
{
border-color: #F8D124;
}
.TagClassName
{
border-color: #F8D124;
}
</style>