Shades of Turbo #F3D616
Tints of Turbo #F3D616
RGB
CMYK
RGB Variations
Color information
#F3D616 (or 0xF3D616) is known color: Turbo. HEX triplet: F3, D6 and 16. RGB value is (243,214,22). Sum of RGB (Red+Green+Blue) = 243+214+22=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 22 (8.98% from 255 or 4.59% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D616 is #0C29E9. Grayscale: #C9C9C9. Windows color (decimal): -797162 or 1496819. OLE color: 1496819.
HSL color Cylindrical-coordinate representation of color #F3D616: hue angle of 52.13º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3D616 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 214 | 22 | - |
| CMYK | 0 | 0.12 | 0.91 | 0.05 |
| HSL | 52.13º | 0.9% | 0.52% | - |
| HSV(B) | 52.13º | 0.91% | 0.95% | - |
| XYZ | 61.15 | 67.21 | 10.51 | - |
| YUV | 200.78 | 27.11 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 214 | 22 | 0 | 0.12 | 0.91 | 0.05 | 52.13 | 0.9 | 0.52 |
| Hex | F3 | D6 | 16 | 0 | C | 5B | 5 | 34 | 5A | 34 |
| Octal | 363 | 326 | 26 | 0 | 14 | 133 | 5 | 64 | 132 | 64 |
| Binary | 11110011 | 11010110 | 10110 | 0 | 1100 | 1011011 | 101 | 110100 | 1011010 | 110100 |
Color Harmonies of #F3D616
Complementary color
Monochromatic Colors of #F3D616
Black with #F3D616
Text Example
Text Example
White with #F3D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D616; }
p { color: rgb(243,214,22); }
H1.HeaderClassName
{
color: #F3D616;
}
.AnyTagClassName
{
color: #F3D616;
}
</style>
background-color css
<style>
a { background-color: #F3D616; }
a { background-color: rgb(243,214,22); }
div.DivClassName
{
background-color: #F3D616;
}
.BgClassName
{
background-color: #F3D616;
}
</style>
border-color css
<style>
span { border-color: #F3D616; }
span { border-color: rgb(243,214,22); }
td.TdClassName
{
border-color: #F3D616;
}
.TagClassName
{
border-color: #F3D616;
}
</style>