Shades of Turbo #F3D411
Tints of Turbo #F3D411
RGB
CMYK
RGB Variations
Color information
#F3D411 (or 0xF3D411) is known color: Turbo. HEX triplet: F3, D4 and 11. RGB value is (243,212,17). Sum of RGB (Red+Green+Blue) = 243+212+17=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 212 (83.20% from 255 or 44.92% from 472); Blue value is 17 (7.03% from 255 or 3.60% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D411 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D411 is #0C2BEE. Grayscale: #C7C7C7. Windows color (decimal): -797679 or 1168627. OLE color: 1168627.
HSL color Cylindrical-coordinate representation of color #F3D411: hue angle of 51.77º 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 #F3D411 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 212 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.05 |
| HSL | 51.77º | 0.9% | 0.51% | - |
| HSV(B) | 51.77º | 0.93% | 0.95% | - |
| XYZ | 60.61 | 66.18 | 10.11 | - |
| YUV | 199.04 | 25.27 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 212 | 17 | 0 | 0.13 | 0.93 | 0.05 | 51.77 | 0.9 | 0.51 |
| Hex | F3 | D4 | 11 | 0 | D | 5D | 5 | 34 | 5A | 33 |
| Octal | 363 | 324 | 21 | 0 | 15 | 135 | 5 | 64 | 132 | 63 |
| Binary | 11110011 | 11010100 | 10001 | 0 | 1101 | 1011101 | 101 | 110100 | 1011010 | 110011 |
Color Harmonies of #F3D411
Complementary color
Monochromatic Colors of #F3D411
Black with #F3D411
Text Example
Text Example
White with #F3D411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D411; }
p { color: rgb(243,212,17); }
H1.HeaderClassName
{
color: #F3D411;
}
.AnyTagClassName
{
color: #F3D411;
}
</style>
background-color css
<style>
a { background-color: #F3D411; }
a { background-color: rgb(243,212,17); }
div.DivClassName
{
background-color: #F3D411;
}
.BgClassName
{
background-color: #F3D411;
}
</style>
border-color css
<style>
span { border-color: #F3D411; }
span { border-color: rgb(243,212,17); }
td.TdClassName
{
border-color: #F3D411;
}
.TagClassName
{
border-color: #F3D411;
}
</style>