Shades of Turbo #F6D719
Tints of Turbo #F6D719
RGB
CMYK
RGB Variations
Color information
#F6D719 (or 0xF6D719) is known color: Turbo. HEX triplet: F6, D7 and 19. RGB value is (246,215,25). Sum of RGB (Red+Green+Blue) = 246+215+25=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 25 (10.16% from 255 or 5.14% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D719 is #0928E6. Grayscale: #CBCBCB. Windows color (decimal): -600295 or 1693686. OLE color: 1693686.
HSL color Cylindrical-coordinate representation of color #F6D719: hue angle of 51.58º 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 #F6D719 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 215 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.04 |
| HSL | 51.58º | 0.92% | 0.53% | - |
| HSV(B) | 51.58º | 0.9% | 0.96% | - |
| XYZ | 62.48 | 68.26 | 10.8 | - |
| YUV | 202.61 | 27.77 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 215 | 25 | 0 | 0.13 | 0.90 | 0.04 | 51.58 | 0.92 | 0.53 |
| Hex | F6 | D7 | 19 | 0 | D | 5A | 4 | 34 | 5C | 35 |
| Octal | 366 | 327 | 31 | 0 | 15 | 132 | 4 | 64 | 134 | 65 |
| Binary | 11110110 | 11010111 | 11001 | 0 | 1101 | 1011010 | 100 | 110100 | 1011100 | 110101 |
Color Harmonies of #F6D719
Complementary color
Monochromatic Colors of #F6D719
Black with #F6D719
Text Example
Text Example
White with #F6D719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D719; }
p { color: rgb(246,215,25); }
H1.HeaderClassName
{
color: #F6D719;
}
.AnyTagClassName
{
color: #F6D719;
}
</style>
background-color css
<style>
a { background-color: #F6D719; }
a { background-color: rgb(246,215,25); }
div.DivClassName
{
background-color: #F6D719;
}
.BgClassName
{
background-color: #F6D719;
}
</style>
border-color css
<style>
span { border-color: #F6D719; }
span { border-color: rgb(246,215,25); }
td.TdClassName
{
border-color: #F6D719;
}
.TagClassName
{
border-color: #F6D719;
}
</style>