Shades of Turbo #F4D618
Tints of Turbo #F4D618
RGB
CMYK
RGB Variations
Color information
#F4D618 (or 0xF4D618) is known color: Turbo. HEX triplet: F4, D6 and 18. RGB value is (244,214,24). Sum of RGB (Red+Green+Blue) = 244+214+24=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D618 is #0B29E7. Grayscale: #CACACA. Windows color (decimal): -731624 or 1627892. OLE color: 1627892.
HSL color Cylindrical-coordinate representation of color #F4D618: hue angle of 51.82º 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 #F4D618 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 24 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.04 |
| HSL | 51.82º | 0.91% | 0.53% | - |
| HSV(B) | 51.82º | 0.9% | 0.96% | - |
| XYZ | 61.52 | 67.39 | 10.63 | - |
| YUV | 201.31 | 27.94 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 24 | 0 | 0.12 | 0.90 | 0.04 | 51.82 | 0.91 | 0.53 |
| Hex | F4 | D6 | 18 | 0 | C | 5A | 4 | 34 | 5B | 35 |
| Octal | 364 | 326 | 30 | 0 | 14 | 132 | 4 | 64 | 133 | 65 |
| Binary | 11110100 | 11010110 | 11000 | 0 | 1100 | 1011010 | 100 | 110100 | 1011011 | 110101 |
Color Harmonies of #F4D618
Complementary color
Monochromatic Colors of #F4D618
Black with #F4D618
Text Example
Text Example
White with #F4D618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D618; }
p { color: rgb(244,214,24); }
H1.HeaderClassName
{
color: #F4D618;
}
.AnyTagClassName
{
color: #F4D618;
}
</style>
background-color css
<style>
a { background-color: #F4D618; }
a { background-color: rgb(244,214,24); }
div.DivClassName
{
background-color: #F4D618;
}
.BgClassName
{
background-color: #F4D618;
}
</style>
border-color css
<style>
span { border-color: #F4D618; }
span { border-color: rgb(244,214,24); }
td.TdClassName
{
border-color: #F4D618;
}
.TagClassName
{
border-color: #F4D618;
}
</style>