Shades of Turbo #F6D218
Tints of Turbo #F6D218
RGB
CMYK
RGB Variations
Color information
#F6D218 (or 0xF6D218) is known color: Turbo. HEX triplet: F6, D2 and 18. RGB value is (246,210,24). Sum of RGB (Red+Green+Blue) = 246+210+24=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 24 (9.77% from 255 or 5% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D218 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6D218 is #092DE7. Grayscale: #C8C8C8. Windows color (decimal): -601576 or 1626870. OLE color: 1626870.
HSL color Cylindrical-coordinate representation of color #F6D218: hue angle of 50.27º degrees, saturation: 0.93, 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 #F6D218 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 24 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.04 |
| HSL | 50.27º | 0.93% | 0.53% | - |
| HSV(B) | 50.27º | 0.9% | 0.96% | - |
| XYZ | 61.22 | 65.75 | 10.33 | - |
| YUV | 199.56 | 28.93 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 24 | 0 | 0.15 | 0.90 | 0.04 | 50.27 | 0.93 | 0.53 |
| Hex | F6 | D2 | 18 | 0 | F | 5A | 4 | 32 | 5C | 35 |
| Octal | 366 | 322 | 30 | 0 | 17 | 132 | 4 | 62 | 134 | 65 |
| Binary | 11110110 | 11010010 | 11000 | 0 | 1111 | 1011010 | 100 | 110010 | 1011100 | 110101 |
Color Harmonies of #F6D218
Complementary color
Monochromatic Colors of #F6D218
Black with #F6D218
Text Example
Text Example
White with #F6D218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D218; }
p { color: rgb(246,210,24); }
H1.HeaderClassName
{
color: #F6D218;
}
.AnyTagClassName
{
color: #F6D218;
}
</style>
background-color css
<style>
a { background-color: #F6D218; }
a { background-color: rgb(246,210,24); }
div.DivClassName
{
background-color: #F6D218;
}
.BgClassName
{
background-color: #F6D218;
}
</style>
border-color css
<style>
span { border-color: #F6D218; }
span { border-color: rgb(246,210,24); }
td.TdClassName
{
border-color: #F6D218;
}
.TagClassName
{
border-color: #F6D218;
}
</style>