Shades of Turbo #F6D516
Tints of Turbo #F6D516
RGB
CMYK
RGB Variations
Color information
#F6D516 (or 0xF6D516) is known color: Turbo. HEX triplet: F6, D5 and 16. RGB value is (246,213,22). Sum of RGB (Red+Green+Blue) = 246+213+22=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 22 (8.98% from 255 or 4.57% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D516 is #092AE9. Grayscale: #C9C9C9. Windows color (decimal): -600810 or 1496566. OLE color: 1496566.
HSL color Cylindrical-coordinate representation of color #F6D516: hue angle of 51.16º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6D516 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 22 | - |
| CMYK | 0 | 0.13 | 0.91 | 0.04 |
| HSL | 51.16º | 0.93% | 0.53% | - |
| HSV(B) | 51.16º | 0.91% | 0.96% | - |
| XYZ | 61.95 | 67.24 | 10.47 | - |
| YUV | 201.09 | 26.93 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 22 | 0 | 0.13 | 0.91 | 0.04 | 51.16 | 0.93 | 0.53 |
| Hex | F6 | D5 | 16 | 0 | D | 5B | 4 | 33 | 5D | 35 |
| Octal | 366 | 325 | 26 | 0 | 15 | 133 | 4 | 63 | 135 | 65 |
| Binary | 11110110 | 11010101 | 10110 | 0 | 1101 | 1011011 | 100 | 110011 | 1011101 | 110101 |
Color Harmonies of #F6D516
Complementary color
Monochromatic Colors of #F6D516
Black with #F6D516
Text Example
Text Example
White with #F6D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D516; }
p { color: rgb(246,213,22); }
H1.HeaderClassName
{
color: #F6D516;
}
.AnyTagClassName
{
color: #F6D516;
}
</style>
background-color css
<style>
a { background-color: #F6D516; }
a { background-color: rgb(246,213,22); }
div.DivClassName
{
background-color: #F6D516;
}
.BgClassName
{
background-color: #F6D516;
}
</style>
border-color css
<style>
span { border-color: #F6D516; }
span { border-color: rgb(246,213,22); }
td.TdClassName
{
border-color: #F6D516;
}
.TagClassName
{
border-color: #F6D516;
}
</style>