Shades of Turbo #F6C91C
Tints of Turbo #F6C91C
RGB
CMYK
RGB Variations
Color information
#F6C91C (or 0xF6C91C) is known color: Turbo. HEX triplet: F6, C9 and 1C. RGB value is (246,201,28). Sum of RGB (Red+Green+Blue) = 246+201+28=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C91C is #0936E3. Grayscale: #C3C3C3. Windows color (decimal): -603876 or 1886710. OLE color: 1886710.
HSL color Cylindrical-coordinate representation of color #F6C91C: hue angle of 47.61º 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 #F6C91C is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 28 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.04 |
| HSL | 47.61º | 0.92% | 0.54% | - |
| HSV(B) | 47.61º | 0.89% | 0.96% | - |
| XYZ | 59.1 | 61.45 | 9.84 | - |
| YUV | 194.73 | 33.91 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 28 | 0 | 0.18 | 0.89 | 0.04 | 47.61 | 0.92 | 0.54 |
| Hex | F6 | C9 | 1C | 0 | 12 | 59 | 4 | 30 | 5C | 36 |
| Octal | 366 | 311 | 34 | 0 | 22 | 131 | 4 | 60 | 134 | 66 |
| Binary | 11110110 | 11001001 | 11100 | 0 | 10010 | 1011001 | 100 | 110000 | 1011100 | 110110 |
Color Harmonies of #F6C91C
Complementary color
Monochromatic Colors of #F6C91C
Black with #F6C91C
Text Example
Text Example
White with #F6C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C91C; }
p { color: rgb(246,201,28); }
H1.HeaderClassName
{
color: #F6C91C;
}
.AnyTagClassName
{
color: #F6C91C;
}
</style>
background-color css
<style>
a { background-color: #F6C91C; }
a { background-color: rgb(246,201,28); }
div.DivClassName
{
background-color: #F6C91C;
}
.BgClassName
{
background-color: #F6C91C;
}
</style>
border-color css
<style>
span { border-color: #F6C91C; }
span { border-color: rgb(246,201,28); }
td.TdClassName
{
border-color: #F6C91C;
}
.TagClassName
{
border-color: #F6C91C;
}
</style>