Shades of Turbo #F6DB1E
Tints of Turbo #F6DB1E
RGB
CMYK
RGB Variations
Color information
#F6DB1E (or 0xF6DB1E) is known color: Turbo. HEX triplet: F6, DB and 1E. RGB value is (246,219,30). Sum of RGB (Red+Green+Blue) = 246+219+30=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 30 (12.11% from 255 or 6.06% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DB1E is #0924E1. Grayscale: #CECECE. Windows color (decimal): -599266 or 2022390. OLE color: 2022390.
HSL color Cylindrical-coordinate representation of color #F6DB1E: hue angle of 52.5º 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 #F6DB1E is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 30 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.04 |
| HSL | 52.5º | 0.92% | 0.54% | - |
| HSV(B) | 52.5º | 0.88% | 0.96% | - |
| XYZ | 63.57 | 70.35 | 11.46 | - |
| YUV | 205.53 | 28.95 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 30 | 0 | 0.11 | 0.88 | 0.04 | 52.5 | 0.92 | 0.54 |
| Hex | F6 | DB | 1E | 0 | B | 58 | 4 | 34 | 5C | 36 |
| Octal | 366 | 333 | 36 | 0 | 13 | 130 | 4 | 64 | 134 | 66 |
| Binary | 11110110 | 11011011 | 11110 | 0 | 1011 | 1011000 | 100 | 110100 | 1011100 | 110110 |
Color Harmonies of #F6DB1E
Complementary color
Monochromatic Colors of #F6DB1E
Black with #F6DB1E
Text Example
Text Example
White with #F6DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB1E; }
p { color: rgb(246,219,30); }
H1.HeaderClassName
{
color: #F6DB1E;
}
.AnyTagClassName
{
color: #F6DB1E;
}
</style>
background-color css
<style>
a { background-color: #F6DB1E; }
a { background-color: rgb(246,219,30); }
div.DivClassName
{
background-color: #F6DB1E;
}
.BgClassName
{
background-color: #F6DB1E;
}
</style>
border-color css
<style>
span { border-color: #F6DB1E; }
span { border-color: rgb(246,219,30); }
td.TdClassName
{
border-color: #F6DB1E;
}
.TagClassName
{
border-color: #F6DB1E;
}
</style>