Shades of Turbo #F6CE1D
Tints of Turbo #F6CE1D
RGB
CMYK
RGB Variations
Color information
#F6CE1D (or 0xF6CE1D) is known color: Turbo. HEX triplet: F6, CE and 1D. RGB value is (246,206,29). Sum of RGB (Red+Green+Blue) = 246+206+29=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 29 (11.72% from 255 or 6.03% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6CE1D is #0931E2. Grayscale: #C6C6C6. Windows color (decimal): -602595 or 1953526. OLE color: 1953526.
HSL color Cylindrical-coordinate representation of color #F6CE1D: hue angle of 48.94º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6CE1D is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 29 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.04 |
| HSL | 48.94º | 0.92% | 0.54% | - |
| HSV(B) | 48.94º | 0.88% | 0.96% | - |
| XYZ | 60.3 | 63.82 | 10.3 | - |
| YUV | 197.78 | 32.75 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 29 | 0 | 0.16 | 0.88 | 0.04 | 48.94 | 0.92 | 0.54 |
| Hex | F6 | CE | 1D | 0 | 10 | 58 | 4 | 31 | 5C | 36 |
| Octal | 366 | 316 | 35 | 0 | 20 | 130 | 4 | 61 | 134 | 66 |
| Binary | 11110110 | 11001110 | 11101 | 0 | 10000 | 1011000 | 100 | 110001 | 1011100 | 110110 |
Color Harmonies of #F6CE1D
Complementary color
Monochromatic Colors of #F6CE1D
Black with #F6CE1D
Text Example
Text Example
White with #F6CE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE1D; }
p { color: rgb(246,206,29); }
H1.HeaderClassName
{
color: #F6CE1D;
}
.AnyTagClassName
{
color: #F6CE1D;
}
</style>
background-color css
<style>
a { background-color: #F6CE1D; }
a { background-color: rgb(246,206,29); }
div.DivClassName
{
background-color: #F6CE1D;
}
.BgClassName
{
background-color: #F6CE1D;
}
</style>
border-color css
<style>
span { border-color: #F6CE1D; }
span { border-color: rgb(246,206,29); }
td.TdClassName
{
border-color: #F6CE1D;
}
.TagClassName
{
border-color: #F6CE1D;
}
</style>