Shades of Turbo #F6C91F
Tints of Turbo #F6C91F
RGB
CMYK
RGB Variations
Color information
#F6C91F (or 0xF6C91F) is known color: Turbo. HEX triplet: F6, C9 and 1F. RGB value is (246,201,31). Sum of RGB (Red+Green+Blue) = 246+201+31=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 201 (78.91% from 255 or 42.05% from 478); Blue value is 31 (12.5% from 255 or 6.49% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C91F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C91F is #0936E0. Grayscale: #C3C3C3. Windows color (decimal): -603873 or 2083318. OLE color: 2083318.
HSL color Cylindrical-coordinate representation of color #F6C91F: hue angle of 47.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F6C91F is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 31 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.04 |
| HSL | 47.44º | 0.92% | 0.54% | - |
| HSV(B) | 47.44º | 0.87% | 0.96% | - |
| XYZ | 59.14 | 61.47 | 10.04 | - |
| YUV | 195.08 | 35.41 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 31 | 0 | 0.18 | 0.87 | 0.04 | 47.44 | 0.92 | 0.54 |
| Hex | F6 | C9 | 1F | 0 | 12 | 57 | 4 | 2F | 5C | 36 |
| Octal | 366 | 311 | 37 | 0 | 22 | 127 | 4 | 57 | 134 | 66 |
| Binary | 11110110 | 11001001 | 11111 | 0 | 10010 | 1010111 | 100 | 101111 | 1011100 | 110110 |
Color Harmonies of #F6C91F
Complementary color
Monochromatic Colors of #F6C91F
Black with #F6C91F
Text Example
Text Example
White with #F6C91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C91F; }
p { color: rgb(246,201,31); }
H1.HeaderClassName
{
color: #F6C91F;
}
.AnyTagClassName
{
color: #F6C91F;
}
</style>
background-color css
<style>
a { background-color: #F6C91F; }
a { background-color: rgb(246,201,31); }
div.DivClassName
{
background-color: #F6C91F;
}
.BgClassName
{
background-color: #F6C91F;
}
</style>
border-color css
<style>
span { border-color: #F6C91F; }
span { border-color: rgb(246,201,31); }
td.TdClassName
{
border-color: #F6C91F;
}
.TagClassName
{
border-color: #F6C91F;
}
</style>