Shades of Turbo #F6D519
Tints of Turbo #F6D519
RGB
CMYK
RGB Variations
Color information
#F6D519 (or 0xF6D519) is known color: Turbo. HEX triplet: F6, D5 and 19. RGB value is (246,213,25). Sum of RGB (Red+Green+Blue) = 246+213+25=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 25 (10.16% from 255 or 5.17% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D519 is #092AE6. Grayscale: #CACACA. Windows color (decimal): -600807 or 1693174. OLE color: 1693174.
HSL color Cylindrical-coordinate representation of color #F6D519: hue angle of 51.04º degrees, saturation: 0.92, 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 #F6D519 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.04 |
| HSL | 51.04º | 0.92% | 0.53% | - |
| HSV(B) | 51.04º | 0.9% | 0.96% | - |
| XYZ | 61.98 | 67.25 | 10.63 | - |
| YUV | 201.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 25 | 0 | 0.13 | 0.90 | 0.04 | 51.04 | 0.92 | 0.53 |
| Hex | F6 | D5 | 19 | 0 | D | 5A | 4 | 33 | 5C | 35 |
| Octal | 366 | 325 | 31 | 0 | 15 | 132 | 4 | 63 | 134 | 65 |
| Binary | 11110110 | 11010101 | 11001 | 0 | 1101 | 1011010 | 100 | 110011 | 1011100 | 110101 |
Color Harmonies of #F6D519
Complementary color
Monochromatic Colors of #F6D519
Black with #F6D519
Text Example
Text Example
White with #F6D519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D519; }
p { color: rgb(246,213,25); }
H1.HeaderClassName
{
color: #F6D519;
}
.AnyTagClassName
{
color: #F6D519;
}
</style>
background-color css
<style>
a { background-color: #F6D519; }
a { background-color: rgb(246,213,25); }
div.DivClassName
{
background-color: #F6D519;
}
.BgClassName
{
background-color: #F6D519;
}
</style>
border-color css
<style>
span { border-color: #F6D519; }
span { border-color: rgb(246,213,25); }
td.TdClassName
{
border-color: #F6D519;
}
.TagClassName
{
border-color: #F6D519;
}
</style>