Shades of Turbo #F6DB1B
Tints of Turbo #F6DB1B
RGB
CMYK
RGB Variations
Color information
#F6DB1B (or 0xF6DB1B) is known color: Turbo. HEX triplet: F6, DB and 1B. RGB value is (246,219,27). Sum of RGB (Red+Green+Blue) = 246+219+27=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 27 (10.94% from 255 or 5.49% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DB1B is #0924E4. Grayscale: #CDCDCD. Windows color (decimal): -599269 or 1825782. OLE color: 1825782.
HSL color Cylindrical-coordinate representation of color #F6DB1B: hue angle of 52.6º 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 #F6DB1B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 27 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.04 |
| HSL | 52.6º | 0.92% | 0.54% | - |
| HSV(B) | 52.6º | 0.89% | 0.96% | - |
| XYZ | 63.54 | 70.33 | 11.26 | - |
| YUV | 205.19 | 27.45 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 27 | 0 | 0.11 | 0.89 | 0.04 | 52.6 | 0.92 | 0.54 |
| Hex | F6 | DB | 1B | 0 | B | 59 | 4 | 35 | 5C | 36 |
| Octal | 366 | 333 | 33 | 0 | 13 | 131 | 4 | 65 | 134 | 66 |
| Binary | 11110110 | 11011011 | 11011 | 0 | 1011 | 1011001 | 100 | 110101 | 1011100 | 110110 |
Color Harmonies of #F6DB1B
Complementary color
Monochromatic Colors of #F6DB1B
Black with #F6DB1B
Text Example
Text Example
White with #F6DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB1B; }
p { color: rgb(246,219,27); }
H1.HeaderClassName
{
color: #F6DB1B;
}
.AnyTagClassName
{
color: #F6DB1B;
}
</style>
background-color css
<style>
a { background-color: #F6DB1B; }
a { background-color: rgb(246,219,27); }
div.DivClassName
{
background-color: #F6DB1B;
}
.BgClassName
{
background-color: #F6DB1B;
}
</style>
border-color css
<style>
span { border-color: #F6DB1B; }
span { border-color: rgb(246,219,27); }
td.TdClassName
{
border-color: #F6DB1B;
}
.TagClassName
{
border-color: #F6DB1B;
}
</style>