Shades of Turbo #F3D312
Tints of Turbo #F3D312
RGB
CMYK
RGB Variations
Color information
#F3D312 (or 0xF3D312) is known color: Turbo. HEX triplet: F3, D3 and 12. RGB value is (243,211,18). Sum of RGB (Red+Green+Blue) = 243+211+18=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 211 (82.81% from 255 or 44.70% from 472); Blue value is 18 (7.42% from 255 or 3.81% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D312 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D312 is #0C2CED. Grayscale: #C7C7C7. Windows color (decimal): -797934 or 1233907. OLE color: 1233907.
HSL color Cylindrical-coordinate representation of color #F3D312: hue angle of 51.47º 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 #F3D312 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.05 |
| HSL | 51.47º | 0.9% | 0.51% | - |
| HSV(B) | 51.47º | 0.93% | 0.95% | - |
| XYZ | 60.37 | 65.69 | 10.07 | - |
| YUV | 198.57 | 26.1 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 18 | 0 | 0.13 | 0.93 | 0.05 | 51.47 | 0.9 | 0.51 |
| Hex | F3 | D3 | 12 | 0 | D | 5D | 5 | 33 | 5A | 33 |
| Octal | 363 | 323 | 22 | 0 | 15 | 135 | 5 | 63 | 132 | 63 |
| Binary | 11110011 | 11010011 | 10010 | 0 | 1101 | 1011101 | 101 | 110011 | 1011010 | 110011 |
Color Harmonies of #F3D312
Complementary color
Monochromatic Colors of #F3D312
Black with #F3D312
Text Example
Text Example
White with #F3D312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D312; }
p { color: rgb(243,211,18); }
H1.HeaderClassName
{
color: #F3D312;
}
.AnyTagClassName
{
color: #F3D312;
}
</style>
background-color css
<style>
a { background-color: #F3D312; }
a { background-color: rgb(243,211,18); }
div.DivClassName
{
background-color: #F3D312;
}
.BgClassName
{
background-color: #F3D312;
}
</style>
border-color css
<style>
span { border-color: #F3D312; }
span { border-color: rgb(243,211,18); }
td.TdClassName
{
border-color: #F3D312;
}
.TagClassName
{
border-color: #F3D312;
}
</style>