Shades of Turbo #F3D511
Tints of Turbo #F3D511
RGB
CMYK
RGB Variations
Color information
#F3D511 (or 0xF3D511) is known color: Turbo. HEX triplet: F3, D5 and 11. RGB value is (243,213,17). Sum of RGB (Red+Green+Blue) = 243+213+17=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D511 is #0C2AEE. Grayscale: #C8C8C8. Windows color (decimal): -797423 or 1168883. OLE color: 1168883.
HSL color Cylindrical-coordinate representation of color #F3D511: hue angle of 52.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3D511 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 17 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.05 |
| HSL | 52.04º | 0.9% | 0.51% | - |
| HSV(B) | 52.04º | 0.93% | 0.95% | - |
| XYZ | 60.86 | 66.68 | 10.19 | - |
| YUV | 199.63 | 24.94 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 17 | 0 | 0.12 | 0.93 | 0.05 | 52.04 | 0.9 | 0.51 |
| Hex | F3 | D5 | 11 | 0 | C | 5D | 5 | 34 | 5A | 33 |
| Octal | 363 | 325 | 21 | 0 | 14 | 135 | 5 | 64 | 132 | 63 |
| Binary | 11110011 | 11010101 | 10001 | 0 | 1100 | 1011101 | 101 | 110100 | 1011010 | 110011 |
Color Harmonies of #F3D511
Complementary color
Monochromatic Colors of #F3D511
Black with #F3D511
Text Example
Text Example
White with #F3D511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D511; }
p { color: rgb(243,213,17); }
H1.HeaderClassName
{
color: #F3D511;
}
.AnyTagClassName
{
color: #F3D511;
}
</style>
background-color css
<style>
a { background-color: #F3D511; }
a { background-color: rgb(243,213,17); }
div.DivClassName
{
background-color: #F3D511;
}
.BgClassName
{
background-color: #F3D511;
}
</style>
border-color css
<style>
span { border-color: #F3D511; }
span { border-color: rgb(243,213,17); }
td.TdClassName
{
border-color: #F3D511;
}
.TagClassName
{
border-color: #F3D511;
}
</style>