Shades of Turbo #F6D423
Tints of Turbo #F6D423
RGB
CMYK
RGB Variations
Color information
#F6D423 (or 0xF6D423) is known color: Turbo. HEX triplet: F6, D4 and 23. RGB value is (246,212,35). Sum of RGB (Red+Green+Blue) = 246+212+35=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 35 (14.06% from 255 or 7.10% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D423 is #092BDC. Grayscale: #CACACA. Windows color (decimal): -601053 or 2348278. OLE color: 2348278.
HSL color Cylindrical-coordinate representation of color #F6D423: hue angle of 50.33º 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 #F6D423 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 35 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.04 |
| HSL | 50.33º | 0.92% | 0.55% | - |
| HSV(B) | 50.33º | 0.86% | 0.96% | - |
| XYZ | 61.85 | 66.8 | 11.22 | - |
| YUV | 201.99 | 33.76 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 35 | 0 | 0.14 | 0.86 | 0.04 | 50.33 | 0.92 | 0.55 |
| Hex | F6 | D4 | 23 | 0 | E | 56 | 4 | 32 | 5C | 37 |
| Octal | 366 | 324 | 43 | 0 | 16 | 126 | 4 | 62 | 134 | 67 |
| Binary | 11110110 | 11010100 | 100011 | 0 | 1110 | 1010110 | 100 | 110010 | 1011100 | 110111 |
Color Harmonies of #F6D423
Complementary color
Monochromatic Colors of #F6D423
Black with #F6D423
Text Example
Text Example
White with #F6D423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D423; }
p { color: rgb(246,212,35); }
H1.HeaderClassName
{
color: #F6D423;
}
.AnyTagClassName
{
color: #F6D423;
}
</style>
background-color css
<style>
a { background-color: #F6D423; }
a { background-color: rgb(246,212,35); }
div.DivClassName
{
background-color: #F6D423;
}
.BgClassName
{
background-color: #F6D423;
}
</style>
border-color css
<style>
span { border-color: #F6D423; }
span { border-color: rgb(246,212,35); }
td.TdClassName
{
border-color: #F6D423;
}
.TagClassName
{
border-color: #F6D423;
}
</style>