Shades of Turbo #F6D21E
Tints of Turbo #F6D21E
RGB
CMYK
RGB Variations
Color information
#F6D21E (or 0xF6D21E) is known color: Turbo. HEX triplet: F6, D2 and 1E. RGB value is (246,210,30). Sum of RGB (Red+Green+Blue) = 246+210+30=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 30 (12.11% from 255 or 6.17% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D21E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6D21E is #092DE1. Grayscale: #C9C9C9. Windows color (decimal): -601570 or 2020086. OLE color: 2020086.
HSL color Cylindrical-coordinate representation of color #F6D21E: hue angle of 50º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6D21E is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 210 | 30 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.04 |
| HSL | 50º | 0.92% | 0.54% | - |
| HSV(B) | 50º | 0.88% | 0.96% | - |
| XYZ | 61.29 | 65.78 | 10.69 | - |
| YUV | 200.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 210 | 30 | 0 | 0.15 | 0.88 | 0.04 | 50 | 0.92 | 0.54 |
| Hex | F6 | D2 | 1E | 0 | F | 58 | 4 | 32 | 5C | 36 |
| Octal | 366 | 322 | 36 | 0 | 17 | 130 | 4 | 62 | 134 | 66 |
| Binary | 11110110 | 11010010 | 11110 | 0 | 1111 | 1011000 | 100 | 110010 | 1011100 | 110110 |
Color Harmonies of #F6D21E
Complementary color
Monochromatic Colors of #F6D21E
Black with #F6D21E
Text Example
Text Example
White with #F6D21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D21E; }
p { color: rgb(246,210,30); }
H1.HeaderClassName
{
color: #F6D21E;
}
.AnyTagClassName
{
color: #F6D21E;
}
</style>
background-color css
<style>
a { background-color: #F6D21E; }
a { background-color: rgb(246,210,30); }
div.DivClassName
{
background-color: #F6D21E;
}
.BgClassName
{
background-color: #F6D21E;
}
</style>
border-color css
<style>
span { border-color: #F6D21E; }
span { border-color: rgb(246,210,30); }
td.TdClassName
{
border-color: #F6D21E;
}
.TagClassName
{
border-color: #F6D21E;
}
</style>