Shades of Turbo #F6DB1C
Tints of Turbo #F6DB1C
RGB
CMYK
RGB Variations
Color information
#F6DB1C (or 0xF6DB1C) is known color: Turbo. HEX triplet: F6, DB and 1C. RGB value is (246,219,28). Sum of RGB (Red+Green+Blue) = 246+219+28=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 219 (85.94% from 255 or 44.42% from 493); Blue value is 28 (11.33% from 255 or 5.68% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DB1C is #0924E3. Grayscale: #CECECE. Windows color (decimal): -599268 or 1891318. OLE color: 1891318.
HSL color Cylindrical-coordinate representation of color #F6DB1C: hue angle of 52.57º 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 #F6DB1C is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 28 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.04 |
| HSL | 52.57º | 0.92% | 0.54% | - |
| HSV(B) | 52.57º | 0.89% | 0.96% | - |
| XYZ | 63.55 | 70.34 | 11.33 | - |
| YUV | 205.3 | 27.95 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 28 | 0 | 0.11 | 0.89 | 0.04 | 52.57 | 0.92 | 0.54 |
| Hex | F6 | DB | 1C | 0 | B | 59 | 4 | 35 | 5C | 36 |
| Octal | 366 | 333 | 34 | 0 | 13 | 131 | 4 | 65 | 134 | 66 |
| Binary | 11110110 | 11011011 | 11100 | 0 | 1011 | 1011001 | 100 | 110101 | 1011100 | 110110 |
Color Harmonies of #F6DB1C
Complementary color
Monochromatic Colors of #F6DB1C
Black with #F6DB1C
Text Example
Text Example
White with #F6DB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB1C; }
p { color: rgb(246,219,28); }
H1.HeaderClassName
{
color: #F6DB1C;
}
.AnyTagClassName
{
color: #F6DB1C;
}
</style>
background-color css
<style>
a { background-color: #F6DB1C; }
a { background-color: rgb(246,219,28); }
div.DivClassName
{
background-color: #F6DB1C;
}
.BgClassName
{
background-color: #F6DB1C;
}
</style>
border-color css
<style>
span { border-color: #F6DB1C; }
span { border-color: rgb(246,219,28); }
td.TdClassName
{
border-color: #F6DB1C;
}
.TagClassName
{
border-color: #F6DB1C;
}
</style>