Shades of Turbo #F6D228
Tints of Turbo #F6D228
RGB
CMYK
RGB Variations
Color information
#F6D228 (or 0xF6D228) is known color: Turbo. HEX triplet: F6, D2 and 28. RGB value is (246,210,40). Sum of RGB (Red+Green+Blue) = 246+210+40=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 40 (16.02% from 255 or 8.06% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D228 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D228 is #092DD7. Grayscale: #CACACA. Windows color (decimal): -601560 or 2675446. OLE color: 2675446.
HSL color Cylindrical-coordinate representation of color #F6D228: hue angle of 49.51º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F6D228 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 40 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.04 |
| HSL | 49.51º | 0.92% | 0.56% | - |
| HSV(B) | 49.51º | 0.84% | 0.96% | - |
| XYZ | 61.44 | 65.84 | 11.48 | - |
| YUV | 201.38 | 36.93 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 40 | 0 | 0.15 | 0.84 | 0.04 | 49.51 | 0.92 | 0.56 |
| Hex | F6 | D2 | 28 | 0 | F | 54 | 4 | 32 | 5C | 38 |
| Octal | 366 | 322 | 50 | 0 | 17 | 124 | 4 | 62 | 134 | 70 |
| Binary | 11110110 | 11010010 | 101000 | 0 | 1111 | 1010100 | 100 | 110010 | 1011100 | 111000 |
Color Harmonies of #F6D228
Complementary color
Monochromatic Colors of #F6D228
Black with #F6D228
Text Example
Text Example
White with #F6D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D228; }
p { color: rgb(246,210,40); }
H1.HeaderClassName
{
color: #F6D228;
}
.AnyTagClassName
{
color: #F6D228;
}
</style>
background-color css
<style>
a { background-color: #F6D228; }
a { background-color: rgb(246,210,40); }
div.DivClassName
{
background-color: #F6D228;
}
.BgClassName
{
background-color: #F6D228;
}
</style>
border-color css
<style>
span { border-color: #F6D228; }
span { border-color: rgb(246,210,40); }
td.TdClassName
{
border-color: #F6D228;
}
.TagClassName
{
border-color: #F6D228;
}
</style>