Shades of Turbo #F4D124
Tints of Turbo #F4D124
RGB
CMYK
RGB Variations
Color information
#F4D124 (or 0xF4D124) is known color: Turbo. HEX triplet: F4, D1 and 24. RGB value is (244,209,36). Sum of RGB (Red+Green+Blue) = 244+209+36=489 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.90% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 36 (14.45% from 255 or 7.36% from 489); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D124 is #0B2EDB. Grayscale: #C8C8C8. Windows color (decimal): -732892 or 2413044. OLE color: 2413044.
HSL color Cylindrical-coordinate representation of color #F4D124: hue angle of 49.9º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F4D124 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 36 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.04 |
| HSL | 49.9º | 0.9% | 0.55% | - |
| HSV(B) | 49.9º | 0.85% | 0.96% | - |
| XYZ | 60.43 | 64.96 | 11.02 | - |
| YUV | 199.74 | 35.6 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 36 | 0 | 0.14 | 0.85 | 0.04 | 49.9 | 0.9 | 0.55 |
| Hex | F4 | D1 | 24 | 0 | E | 55 | 4 | 32 | 5A | 37 |
| Octal | 364 | 321 | 44 | 0 | 16 | 125 | 4 | 62 | 132 | 67 |
| Binary | 11110100 | 11010001 | 100100 | 0 | 1110 | 1010101 | 100 | 110010 | 1011010 | 110111 |
Color Harmonies of #F4D124
Complementary color
Monochromatic Colors of #F4D124
Black with #F4D124
Text Example
Text Example
White with #F4D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D124; }
p { color: rgb(244,209,36); }
H1.HeaderClassName
{
color: #F4D124;
}
.AnyTagClassName
{
color: #F4D124;
}
</style>
background-color css
<style>
a { background-color: #F4D124; }
a { background-color: rgb(244,209,36); }
div.DivClassName
{
background-color: #F4D124;
}
.BgClassName
{
background-color: #F4D124;
}
</style>
border-color css
<style>
span { border-color: #F4D124; }
span { border-color: rgb(244,209,36); }
td.TdClassName
{
border-color: #F4D124;
}
.TagClassName
{
border-color: #F4D124;
}
</style>