Shades of Turbo #F6CC16
Tints of Turbo #F6CC16
RGB
CMYK
RGB Variations
Color information
#F6CC16 (or 0xF6CC16) is known color: Turbo. HEX triplet: F6, CC and 16. RGB value is (246,204,22). Sum of RGB (Red+Green+Blue) = 246+204+22=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6CC16 is #0933E9. Grayscale: #C4C4C4. Windows color (decimal): -603114 or 1494262. OLE color: 1494262.
HSL color Cylindrical-coordinate representation of color #F6CC16: hue angle of 48.75º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6CC16 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 22 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.04 |
| HSL | 48.75º | 0.93% | 0.53% | - |
| HSV(B) | 48.75º | 0.91% | 0.96% | - |
| XYZ | 59.74 | 62.84 | 9.74 | - |
| YUV | 195.81 | 29.91 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 22 | 0 | 0.17 | 0.91 | 0.04 | 48.75 | 0.93 | 0.53 |
| Hex | F6 | CC | 16 | 0 | 11 | 5B | 4 | 31 | 5D | 35 |
| Octal | 366 | 314 | 26 | 0 | 21 | 133 | 4 | 61 | 135 | 65 |
| Binary | 11110110 | 11001100 | 10110 | 0 | 10001 | 1011011 | 100 | 110001 | 1011101 | 110101 |
Color Harmonies of #F6CC16
Complementary color
Monochromatic Colors of #F6CC16
Black with #F6CC16
Text Example
Text Example
White with #F6CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CC16; }
p { color: rgb(246,204,22); }
H1.HeaderClassName
{
color: #F6CC16;
}
.AnyTagClassName
{
color: #F6CC16;
}
</style>
background-color css
<style>
a { background-color: #F6CC16; }
a { background-color: rgb(246,204,22); }
div.DivClassName
{
background-color: #F6CC16;
}
.BgClassName
{
background-color: #F6CC16;
}
</style>
border-color css
<style>
span { border-color: #F6CC16; }
span { border-color: rgb(246,204,22); }
td.TdClassName
{
border-color: #F6CC16;
}
.TagClassName
{
border-color: #F6CC16;
}
</style>