Shades of Turbo #F6D921
Tints of Turbo #F6D921
RGB
CMYK
RGB Variations
Color information
#F6D921 (or 0xF6D921) is known color: Turbo. HEX triplet: F6, D9 and 21. RGB value is (246,217,33). Sum of RGB (Red+Green+Blue) = 246+217+33=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D921 is #0926DE. Grayscale: #CDCDCD. Windows color (decimal): -599775 or 2218486. OLE color: 2218486.
HSL color Cylindrical-coordinate representation of color #F6D921: hue angle of 51.83º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6D921 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 33 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.04 |
| HSL | 51.83º | 0.92% | 0.55% | - |
| HSV(B) | 51.83º | 0.87% | 0.96% | - |
| XYZ | 63.09 | 69.33 | 11.5 | - |
| YUV | 204.7 | 31.11 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 33 | 0 | 0.12 | 0.87 | 0.04 | 51.83 | 0.92 | 0.55 |
| Hex | F6 | D9 | 21 | 0 | C | 57 | 4 | 34 | 5C | 37 |
| Octal | 366 | 331 | 41 | 0 | 14 | 127 | 4 | 64 | 134 | 67 |
| Binary | 11110110 | 11011001 | 100001 | 0 | 1100 | 1010111 | 100 | 110100 | 1011100 | 110111 |
Color Harmonies of #F6D921
Complementary color
Monochromatic Colors of #F6D921
Black with #F6D921
Text Example
Text Example
White with #F6D921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D921; }
p { color: rgb(246,217,33); }
H1.HeaderClassName
{
color: #F6D921;
}
.AnyTagClassName
{
color: #F6D921;
}
</style>
background-color css
<style>
a { background-color: #F6D921; }
a { background-color: rgb(246,217,33); }
div.DivClassName
{
background-color: #F6D921;
}
.BgClassName
{
background-color: #F6D921;
}
</style>
border-color css
<style>
span { border-color: #F6D921; }
span { border-color: rgb(246,217,33); }
td.TdClassName
{
border-color: #F6D921;
}
.TagClassName
{
border-color: #F6D921;
}
</style>