Shades of Turbo #F6D321
Tints of Turbo #F6D321
RGB
CMYK
RGB Variations
Color information
#F6D321 (or 0xF6D321) is known color: Turbo. HEX triplet: F6, D3 and 21. RGB value is (246,211,33). Sum of RGB (Red+Green+Blue) = 246+211+33=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 33 (13.28% from 255 or 6.73% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D321 is #092CDE. Grayscale: #C9C9C9. Windows color (decimal): -601311 or 2216950. OLE color: 2216950.
HSL color Cylindrical-coordinate representation of color #F6D321: hue angle of 50.14º 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 #F6D321 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 33 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.04 |
| HSL | 50.14º | 0.92% | 0.55% | - |
| HSV(B) | 50.14º | 0.87% | 0.96% | - |
| XYZ | 61.57 | 66.29 | 10.99 | - |
| YUV | 201.17 | 33.1 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 33 | 0 | 0.14 | 0.87 | 0.04 | 50.14 | 0.92 | 0.55 |
| Hex | F6 | D3 | 21 | 0 | E | 57 | 4 | 32 | 5C | 37 |
| Octal | 366 | 323 | 41 | 0 | 16 | 127 | 4 | 62 | 134 | 67 |
| Binary | 11110110 | 11010011 | 100001 | 0 | 1110 | 1010111 | 100 | 110010 | 1011100 | 110111 |
Color Harmonies of #F6D321
Complementary color
Monochromatic Colors of #F6D321
Black with #F6D321
Text Example
Text Example
White with #F6D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D321; }
p { color: rgb(246,211,33); }
H1.HeaderClassName
{
color: #F6D321;
}
.AnyTagClassName
{
color: #F6D321;
}
</style>
background-color css
<style>
a { background-color: #F6D321; }
a { background-color: rgb(246,211,33); }
div.DivClassName
{
background-color: #F6D321;
}
.BgClassName
{
background-color: #F6D321;
}
</style>
border-color css
<style>
span { border-color: #F6D321; }
span { border-color: rgb(246,211,33); }
td.TdClassName
{
border-color: #F6D321;
}
.TagClassName
{
border-color: #F6D321;
}
</style>