Shades of Turbo #F6C81C
Tints of Turbo #F6C81C
RGB
CMYK
RGB Variations
Color information
#F6C81C (or 0xF6C81C) is known color: Turbo. HEX triplet: F6, C8 and 1C. RGB value is (246,200,28). Sum of RGB (Red+Green+Blue) = 246+200+28=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 28 (11.33% from 255 or 5.91% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C81C is #0937E3. Grayscale: #C2C2C2. Windows color (decimal): -604132 or 1886454. OLE color: 1886454.
HSL color Cylindrical-coordinate representation of color #F6C81C: hue angle of 47.34º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F6C81C is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 200 | 28 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.04 |
| HSL | 47.34º | 0.92% | 0.54% | - |
| HSV(B) | 47.34º | 0.89% | 0.96% | - |
| XYZ | 58.87 | 60.99 | 9.77 | - |
| YUV | 194.15 | 34.24 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 200 | 28 | 0 | 0.19 | 0.89 | 0.04 | 47.34 | 0.92 | 0.54 |
| Hex | F6 | C8 | 1C | 0 | 13 | 59 | 4 | 2F | 5C | 36 |
| Octal | 366 | 310 | 34 | 0 | 23 | 131 | 4 | 57 | 134 | 66 |
| Binary | 11110110 | 11001000 | 11100 | 0 | 10011 | 1011001 | 100 | 101111 | 1011100 | 110110 |
Color Harmonies of #F6C81C
Complementary color
Monochromatic Colors of #F6C81C
Black with #F6C81C
Text Example
Text Example
White with #F6C81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C81C; }
p { color: rgb(246,200,28); }
H1.HeaderClassName
{
color: #F6C81C;
}
.AnyTagClassName
{
color: #F6C81C;
}
</style>
background-color css
<style>
a { background-color: #F6C81C; }
a { background-color: rgb(246,200,28); }
div.DivClassName
{
background-color: #F6C81C;
}
.BgClassName
{
background-color: #F6C81C;
}
</style>
border-color css
<style>
span { border-color: #F6C81C; }
span { border-color: rgb(246,200,28); }
td.TdClassName
{
border-color: #F6C81C;
}
.TagClassName
{
border-color: #F6C81C;
}
</style>