Shades of Turbo #F6DB23
Tints of Turbo #F6DB23
RGB
CMYK
RGB Variations
Color information
#F6DB23 (or 0xF6DB23) is known color: Turbo. HEX triplet: F6, DB and 23. RGB value is (246,219,35). Sum of RGB (Red+Green+Blue) = 246+219+35=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 35 (14.06% from 255 or 7% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DB23 is #0924DC. Grayscale: #CECECE. Windows color (decimal): -599261 or 2350070. OLE color: 2350070.
HSL color Cylindrical-coordinate representation of color #F6DB23: hue angle of 52.32º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F6DB23 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 35 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.04 |
| HSL | 52.32º | 0.92% | 0.55% | - |
| HSV(B) | 52.32º | 0.86% | 0.96% | - |
| XYZ | 63.64 | 70.38 | 11.82 | - |
| YUV | 206.1 | 31.45 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 35 | 0 | 0.11 | 0.86 | 0.04 | 52.32 | 0.92 | 0.55 |
| Hex | F6 | DB | 23 | 0 | B | 56 | 4 | 34 | 5C | 37 |
| Octal | 366 | 333 | 43 | 0 | 13 | 126 | 4 | 64 | 134 | 67 |
| Binary | 11110110 | 11011011 | 100011 | 0 | 1011 | 1010110 | 100 | 110100 | 1011100 | 110111 |
Color Harmonies of #F6DB23
Complementary color
Monochromatic Colors of #F6DB23
Black with #F6DB23
Text Example
Text Example
White with #F6DB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB23; }
p { color: rgb(246,219,35); }
H1.HeaderClassName
{
color: #F6DB23;
}
.AnyTagClassName
{
color: #F6DB23;
}
</style>
background-color css
<style>
a { background-color: #F6DB23; }
a { background-color: rgb(246,219,35); }
div.DivClassName
{
background-color: #F6DB23;
}
.BgClassName
{
background-color: #F6DB23;
}
</style>
border-color css
<style>
span { border-color: #F6DB23; }
span { border-color: rgb(246,219,35); }
td.TdClassName
{
border-color: #F6DB23;
}
.TagClassName
{
border-color: #F6DB23;
}
</style>