Shades of Turbo #F6D41B
Tints of Turbo #F6D41B
RGB
CMYK
RGB Variations
Color information
#F6D41B (or 0xF6D41B) is known color: Turbo. HEX triplet: F6, D4 and 1B. RGB value is (246,212,27). Sum of RGB (Red+Green+Blue) = 246+212+27=485 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.72% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 27 (10.94% from 255 or 5.57% from 485); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D41B is #092BE4. Grayscale: #C9C9C9. Windows color (decimal): -601061 or 1823990. OLE color: 1823990.
HSL color Cylindrical-coordinate representation of color #F6D41B: hue angle of 50.68º 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 #F6D41B is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 27 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.04 |
| HSL | 50.68º | 0.92% | 0.54% | - |
| HSV(B) | 50.68º | 0.89% | 0.96% | - |
| XYZ | 61.75 | 66.76 | 10.67 | - |
| YUV | 201.08 | 29.76 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 27 | 0 | 0.14 | 0.89 | 0.04 | 50.68 | 0.92 | 0.54 |
| Hex | F6 | D4 | 1B | 0 | E | 59 | 4 | 33 | 5C | 36 |
| Octal | 366 | 324 | 33 | 0 | 16 | 131 | 4 | 63 | 134 | 66 |
| Binary | 11110110 | 11010100 | 11011 | 0 | 1110 | 1011001 | 100 | 110011 | 1011100 | 110110 |
Color Harmonies of #F6D41B
Complementary color
Monochromatic Colors of #F6D41B
Black with #F6D41B
Text Example
Text Example
White with #F6D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D41B; }
p { color: rgb(246,212,27); }
H1.HeaderClassName
{
color: #F6D41B;
}
.AnyTagClassName
{
color: #F6D41B;
}
</style>
background-color css
<style>
a { background-color: #F6D41B; }
a { background-color: rgb(246,212,27); }
div.DivClassName
{
background-color: #F6D41B;
}
.BgClassName
{
background-color: #F6D41B;
}
</style>
border-color css
<style>
span { border-color: #F6D41B; }
span { border-color: rgb(246,212,27); }
td.TdClassName
{
border-color: #F6D41B;
}
.TagClassName
{
border-color: #F6D41B;
}
</style>