Shades of Turbo #F3D512
Tints of Turbo #F3D512
RGB
CMYK
RGB Variations
Color information
#F3D512 (or 0xF3D512) is known color: Turbo. HEX triplet: F3, D5 and 12. RGB value is (243,213,18). Sum of RGB (Red+Green+Blue) = 243+213+18=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 18 (7.42% from 255 or 3.80% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D512 is #0C2AED. Grayscale: #C8C8C8. Windows color (decimal): -797422 or 1234419. OLE color: 1234419.
HSL color Cylindrical-coordinate representation of color #F3D512: hue angle of 52º 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 #F3D512 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 213 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.05 |
| HSL | 52º | 0.9% | 0.51% | - |
| HSV(B) | 52º | 0.93% | 0.95% | - |
| XYZ | 60.87 | 66.69 | 10.24 | - |
| YUV | 199.74 | 25.44 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 213 | 18 | 0 | 0.12 | 0.93 | 0.05 | 52 | 0.9 | 0.51 |
| Hex | F3 | D5 | 12 | 0 | C | 5D | 5 | 34 | 5A | 33 |
| Octal | 363 | 325 | 22 | 0 | 14 | 135 | 5 | 64 | 132 | 63 |
| Binary | 11110011 | 11010101 | 10010 | 0 | 1100 | 1011101 | 101 | 110100 | 1011010 | 110011 |
Color Harmonies of #F3D512
Complementary color
Monochromatic Colors of #F3D512
Black with #F3D512
Text Example
Text Example
White with #F3D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D512; }
p { color: rgb(243,213,18); }
H1.HeaderClassName
{
color: #F3D512;
}
.AnyTagClassName
{
color: #F3D512;
}
</style>
background-color css
<style>
a { background-color: #F3D512; }
a { background-color: rgb(243,213,18); }
div.DivClassName
{
background-color: #F3D512;
}
.BgClassName
{
background-color: #F3D512;
}
</style>
border-color css
<style>
span { border-color: #F3D512; }
span { border-color: rgb(243,213,18); }
td.TdClassName
{
border-color: #F3D512;
}
.TagClassName
{
border-color: #F3D512;
}
</style>