Shades of Turbo #F4D024
Tints of Turbo #F4D024
RGB
CMYK
RGB Variations
Color information
#F4D024 (or 0xF4D024) is known color: Turbo. HEX triplet: F4, D0 and 24. RGB value is (244,208,36). Sum of RGB (Red+Green+Blue) = 244+208+36=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D024 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D024 is #0B2FDB. Grayscale: #C7C7C7. Windows color (decimal): -733148 or 2412788. OLE color: 2412788.
HSL color Cylindrical-coordinate representation of color #F4D024: hue angle of 49.62º 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 #F4D024 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 36 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.04 |
| HSL | 49.62º | 0.9% | 0.55% | - |
| HSV(B) | 49.62º | 0.85% | 0.96% | - |
| XYZ | 60.18 | 64.47 | 10.94 | - |
| YUV | 199.16 | 35.93 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 36 | 0 | 0.15 | 0.85 | 0.04 | 49.62 | 0.9 | 0.55 |
| Hex | F4 | D0 | 24 | 0 | F | 55 | 4 | 32 | 5A | 37 |
| Octal | 364 | 320 | 44 | 0 | 17 | 125 | 4 | 62 | 132 | 67 |
| Binary | 11110100 | 11010000 | 100100 | 0 | 1111 | 1010101 | 100 | 110010 | 1011010 | 110111 |
Color Harmonies of #F4D024
Complementary color
Monochromatic Colors of #F4D024
Black with #F4D024
Text Example
Text Example
White with #F4D024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D024; }
p { color: rgb(244,208,36); }
H1.HeaderClassName
{
color: #F4D024;
}
.AnyTagClassName
{
color: #F4D024;
}
</style>
background-color css
<style>
a { background-color: #F4D024; }
a { background-color: rgb(244,208,36); }
div.DivClassName
{
background-color: #F4D024;
}
.BgClassName
{
background-color: #F4D024;
}
</style>
border-color css
<style>
span { border-color: #F4D024; }
span { border-color: rgb(244,208,36); }
td.TdClassName
{
border-color: #F4D024;
}
.TagClassName
{
border-color: #F4D024;
}
</style>