Shades of Turbo #F4D018
Tints of Turbo #F4D018
RGB
CMYK
RGB Variations
Color information
#F4D018 (or 0xF4D018) is known color: Turbo. HEX triplet: F4, D0 and 18. RGB value is (244,208,24). Sum of RGB (Red+Green+Blue) = 244+208+24=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 208 (81.64% from 255 or 43.70% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D018 is #0B2FE7. Grayscale: #C6C6C6. Windows color (decimal): -733160 or 1626356. OLE color: 1626356.
HSL color Cylindrical-coordinate representation of color #F4D018: hue angle of 50.18º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F4D018 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 24 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.04 |
| HSL | 50.18º | 0.91% | 0.53% | - |
| HSV(B) | 50.18º | 0.9% | 0.96% | - |
| XYZ | 60.03 | 64.41 | 10.13 | - |
| YUV | 197.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 24 | 0 | 0.15 | 0.90 | 0.04 | 50.18 | 0.91 | 0.53 |
| Hex | F4 | D0 | 18 | 0 | F | 5A | 4 | 32 | 5B | 35 |
| Octal | 364 | 320 | 30 | 0 | 17 | 132 | 4 | 62 | 133 | 65 |
| Binary | 11110100 | 11010000 | 11000 | 0 | 1111 | 1011010 | 100 | 110010 | 1011011 | 110101 |
Color Harmonies of #F4D018
Complementary color
Monochromatic Colors of #F4D018
Black with #F4D018
Text Example
Text Example
White with #F4D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D018; }
p { color: rgb(244,208,24); }
H1.HeaderClassName
{
color: #F4D018;
}
.AnyTagClassName
{
color: #F4D018;
}
</style>
background-color css
<style>
a { background-color: #F4D018; }
a { background-color: rgb(244,208,24); }
div.DivClassName
{
background-color: #F4D018;
}
.BgClassName
{
background-color: #F4D018;
}
</style>
border-color css
<style>
span { border-color: #F4D018; }
span { border-color: rgb(244,208,24); }
td.TdClassName
{
border-color: #F4D018;
}
.TagClassName
{
border-color: #F4D018;
}
</style>