Shades of Turbo #F6D124
Tints of Turbo #F6D124
RGB
CMYK
RGB Variations
Color information
#F6D124 (or 0xF6D124) is known color: Turbo. HEX triplet: F6, D1 and 24. RGB value is (246,209,36). Sum of RGB (Red+Green+Blue) = 246+209+36=491 (65% of max value = 765). Red value is 246 (96.48% from 255 or 50.10% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 36 (14.45% from 255 or 7.33% from 491); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D124 is #092EDB. Grayscale: #C9C9C9. Windows color (decimal): -601820 or 2413046. OLE color: 2413046.
HSL color Cylindrical-coordinate representation of color #F6D124: hue angle of 49.43º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6D124 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 209 | 36 | - |
| CMYK | 0 | 0.15 | 0.85 | 0.04 |
| HSL | 49.43º | 0.92% | 0.55% | - |
| HSV(B) | 49.43º | 0.85% | 0.96% | - |
| XYZ | 61.12 | 65.32 | 11.06 | - |
| YUV | 200.34 | 35.26 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 209 | 36 | 0 | 0.15 | 0.85 | 0.04 | 49.43 | 0.92 | 0.55 |
| Hex | F6 | D1 | 24 | 0 | F | 55 | 4 | 31 | 5C | 37 |
| Octal | 366 | 321 | 44 | 0 | 17 | 125 | 4 | 61 | 134 | 67 |
| Binary | 11110110 | 11010001 | 100100 | 0 | 1111 | 1010101 | 100 | 110001 | 1011100 | 110111 |
Color Harmonies of #F6D124
Complementary color
Monochromatic Colors of #F6D124
Black with #F6D124
Text Example
Text Example
White with #F6D124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D124; }
p { color: rgb(246,209,36); }
H1.HeaderClassName
{
color: #F6D124;
}
.AnyTagClassName
{
color: #F6D124;
}
</style>
background-color css
<style>
a { background-color: #F6D124; }
a { background-color: rgb(246,209,36); }
div.DivClassName
{
background-color: #F6D124;
}
.BgClassName
{
background-color: #F6D124;
}
</style>
border-color css
<style>
span { border-color: #F6D124; }
span { border-color: rgb(246,209,36); }
td.TdClassName
{
border-color: #F6D124;
}
.TagClassName
{
border-color: #F6D124;
}
</style>