Shades of Turbo #F6C628
Tints of Turbo #F6C628
RGB
CMYK
RGB Variations
Color information
#F6C628 (or 0xF6C628) is known color: Turbo. HEX triplet: F6, C6 and 28. RGB value is (246,198,40). Sum of RGB (Red+Green+Blue) = 246+198+40=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 198 (77.73% from 255 or 40.91% from 484); Blue value is 40 (16.02% from 255 or 8.26% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C628 is #0939D7. Grayscale: #C3C3C3. Windows color (decimal): -604632 or 2672374. OLE color: 2672374.
HSL color Cylindrical-coordinate representation of color #F6C628: hue angle of 46.02º 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 #F6C628 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 40 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.04 |
| HSL | 46.02º | 0.92% | 0.56% | - |
| HSV(B) | 46.02º | 0.84% | 0.96% | - |
| XYZ | 58.58 | 60.13 | 10.53 | - |
| YUV | 194.34 | 40.9 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 40 | 0 | 0.20 | 0.84 | 0.04 | 46.02 | 0.92 | 0.56 |
| Hex | F6 | C6 | 28 | 0 | 14 | 54 | 4 | 2E | 5C | 38 |
| Octal | 366 | 306 | 50 | 0 | 24 | 124 | 4 | 56 | 134 | 70 |
| Binary | 11110110 | 11000110 | 101000 | 0 | 10100 | 1010100 | 100 | 101110 | 1011100 | 111000 |
Color Harmonies of #F6C628
Complementary color
Monochromatic Colors of #F6C628
Black with #F6C628
Text Example
Text Example
White with #F6C628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C628; }
p { color: rgb(246,198,40); }
H1.HeaderClassName
{
color: #F6C628;
}
.AnyTagClassName
{
color: #F6C628;
}
</style>
background-color css
<style>
a { background-color: #F6C628; }
a { background-color: rgb(246,198,40); }
div.DivClassName
{
background-color: #F6C628;
}
.BgClassName
{
background-color: #F6C628;
}
</style>
border-color css
<style>
span { border-color: #F6C628; }
span { border-color: rgb(246,198,40); }
td.TdClassName
{
border-color: #F6C628;
}
.TagClassName
{
border-color: #F6C628;
}
</style>