Shades of Turbo #F6C926
Tints of Turbo #F6C926
RGB
CMYK
RGB Variations
Color information
#F6C926 (or 0xF6C926) is known color: Turbo. HEX triplet: F6, C9 and 26. RGB value is (246,201,38). Sum of RGB (Red+Green+Blue) = 246+201+38=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C926 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C926 is #0936D9. Grayscale: #C4C4C4. Windows color (decimal): -603866 or 2542070. OLE color: 2542070.
HSL color Cylindrical-coordinate representation of color #F6C926: hue angle of 47.02º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6C926 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 38 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.04 |
| HSL | 47.02º | 0.92% | 0.56% | - |
| HSV(B) | 47.02º | 0.85% | 0.96% | - |
| XYZ | 59.24 | 61.51 | 10.58 | - |
| YUV | 195.87 | 38.91 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 38 | 0 | 0.18 | 0.85 | 0.04 | 47.02 | 0.92 | 0.56 |
| Hex | F6 | C9 | 26 | 0 | 12 | 55 | 4 | 2F | 5C | 38 |
| Octal | 366 | 311 | 46 | 0 | 22 | 125 | 4 | 57 | 134 | 70 |
| Binary | 11110110 | 11001001 | 100110 | 0 | 10010 | 1010101 | 100 | 101111 | 1011100 | 111000 |
Color Harmonies of #F6C926
Complementary color
Monochromatic Colors of #F6C926
Black with #F6C926
Text Example
Text Example
White with #F6C926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C926; }
p { color: rgb(246,201,38); }
H1.HeaderClassName
{
color: #F6C926;
}
.AnyTagClassName
{
color: #F6C926;
}
</style>
background-color css
<style>
a { background-color: #F6C926; }
a { background-color: rgb(246,201,38); }
div.DivClassName
{
background-color: #F6C926;
}
.BgClassName
{
background-color: #F6C926;
}
</style>
border-color css
<style>
span { border-color: #F6C926; }
span { border-color: rgb(246,201,38); }
td.TdClassName
{
border-color: #F6C926;
}
.TagClassName
{
border-color: #F6C926;
}
</style>