Shades of Turbo #F6D422
Tints of Turbo #F6D422
RGB
CMYK
RGB Variations
Color information
#F6D422 (or 0xF6D422) is known color: Turbo. HEX triplet: F6, D4 and 22. RGB value is (246,212,34). Sum of RGB (Red+Green+Blue) = 246+212+34=492 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D422 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D422 is #092BDD. Grayscale: #CACACA. Windows color (decimal): -601054 or 2282742. OLE color: 2282742.
HSL color Cylindrical-coordinate representation of color #F6D422: hue angle of 50.38º 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 #F6D422 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 34 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.04 |
| HSL | 50.38º | 0.92% | 0.55% | - |
| HSV(B) | 50.38º | 0.86% | 0.96% | - |
| XYZ | 61.84 | 66.8 | 11.15 | - |
| YUV | 201.87 | 33.26 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 34 | 0 | 0.14 | 0.86 | 0.04 | 50.38 | 0.92 | 0.55 |
| Hex | F6 | D4 | 22 | 0 | E | 56 | 4 | 32 | 5C | 37 |
| Octal | 366 | 324 | 42 | 0 | 16 | 126 | 4 | 62 | 134 | 67 |
| Binary | 11110110 | 11010100 | 100010 | 0 | 1110 | 1010110 | 100 | 110010 | 1011100 | 110111 |
Color Harmonies of #F6D422
Complementary color
Monochromatic Colors of #F6D422
Black with #F6D422
Text Example
Text Example
White with #F6D422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D422; }
p { color: rgb(246,212,34); }
H1.HeaderClassName
{
color: #F6D422;
}
.AnyTagClassName
{
color: #F6D422;
}
</style>
background-color css
<style>
a { background-color: #F6D422; }
a { background-color: rgb(246,212,34); }
div.DivClassName
{
background-color: #F6D422;
}
.BgClassName
{
background-color: #F6D422;
}
</style>
border-color css
<style>
span { border-color: #F6D422; }
span { border-color: rgb(246,212,34); }
td.TdClassName
{
border-color: #F6D422;
}
.TagClassName
{
border-color: #F6D422;
}
</style>