Shades of Turbo #F4D619
Tints of Turbo #F4D619
RGB
CMYK
RGB Variations
Color information
#F4D619 (or 0xF4D619) is known color: Turbo. HEX triplet: F4, D6 and 19. RGB value is (244,214,25). Sum of RGB (Red+Green+Blue) = 244+214+25=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 25 (10.16% from 255 or 5.18% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D619 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D619 is #0B29E6. Grayscale: #CACACA. Windows color (decimal): -731623 or 1693428. OLE color: 1693428.
HSL color Cylindrical-coordinate representation of color #F4D619: hue angle of 51.78º 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 #F4D619 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 25 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.04 |
| HSL | 51.78º | 0.91% | 0.53% | - |
| HSV(B) | 51.78º | 0.9% | 0.96% | - |
| XYZ | 61.53 | 67.4 | 10.69 | - |
| YUV | 201.42 | 28.44 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 25 | 0 | 0.12 | 0.90 | 0.04 | 51.78 | 0.91 | 0.53 |
| Hex | F4 | D6 | 19 | 0 | C | 5A | 4 | 34 | 5B | 35 |
| Octal | 364 | 326 | 31 | 0 | 14 | 132 | 4 | 64 | 133 | 65 |
| Binary | 11110100 | 11010110 | 11001 | 0 | 1100 | 1011010 | 100 | 110100 | 1011011 | 110101 |
Color Harmonies of #F4D619
Complementary color
Monochromatic Colors of #F4D619
Black with #F4D619
Text Example
Text Example
White with #F4D619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D619; }
p { color: rgb(244,214,25); }
H1.HeaderClassName
{
color: #F4D619;
}
.AnyTagClassName
{
color: #F4D619;
}
</style>
background-color css
<style>
a { background-color: #F4D619; }
a { background-color: rgb(244,214,25); }
div.DivClassName
{
background-color: #F4D619;
}
.BgClassName
{
background-color: #F4D619;
}
</style>
border-color css
<style>
span { border-color: #F4D619; }
span { border-color: rgb(244,214,25); }
td.TdClassName
{
border-color: #F4D619;
}
.TagClassName
{
border-color: #F4D619;
}
</style>