Shades of Turbo #F6DB22
Tints of Turbo #F6DB22
RGB
CMYK
RGB Variations
Color information
#F6DB22 (or 0xF6DB22) is known color: Turbo. HEX triplet: F6, DB and 22. RGB value is (246,219,34). Sum of RGB (Red+Green+Blue) = 246+219+34=499 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.30% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 34 (13.67% from 255 or 6.81% from 499); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6DB22 is #0924DD. Grayscale: #CECECE. Windows color (decimal): -599262 or 2284534. OLE color: 2284534.
HSL color Cylindrical-coordinate representation of color #F6DB22: hue angle of 52.36º 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 #F6DB22 is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 34 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.04 |
| HSL | 52.36º | 0.92% | 0.55% | - |
| HSV(B) | 52.36º | 0.86% | 0.96% | - |
| XYZ | 63.63 | 70.37 | 11.74 | - |
| YUV | 205.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 34 | 0 | 0.11 | 0.86 | 0.04 | 52.36 | 0.92 | 0.55 |
| Hex | F6 | DB | 22 | 0 | B | 56 | 4 | 34 | 5C | 37 |
| Octal | 366 | 333 | 42 | 0 | 13 | 126 | 4 | 64 | 134 | 67 |
| Binary | 11110110 | 11011011 | 100010 | 0 | 1011 | 1010110 | 100 | 110100 | 1011100 | 110111 |
Color Harmonies of #F6DB22
Complementary color
Monochromatic Colors of #F6DB22
Black with #F6DB22
Text Example
Text Example
White with #F6DB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB22; }
p { color: rgb(246,219,34); }
H1.HeaderClassName
{
color: #F6DB22;
}
.AnyTagClassName
{
color: #F6DB22;
}
</style>
background-color css
<style>
a { background-color: #F6DB22; }
a { background-color: rgb(246,219,34); }
div.DivClassName
{
background-color: #F6DB22;
}
.BgClassName
{
background-color: #F6DB22;
}
</style>
border-color css
<style>
span { border-color: #F6DB22; }
span { border-color: rgb(246,219,34); }
td.TdClassName
{
border-color: #F6DB22;
}
.TagClassName
{
border-color: #F6DB22;
}
</style>