Shades of Turbo #F3D313
Tints of Turbo #F3D313
RGB
CMYK
RGB Variations
Color information
#F3D313 (or 0xF3D313) is known color: Turbo. HEX triplet: F3, D3 and 13. RGB value is (243,211,19). Sum of RGB (Red+Green+Blue) = 243+211+19=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 19 (7.81% from 255 or 4.02% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D313 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D313 is #0C2CEC. Grayscale: #C7C7C7. Windows color (decimal): -797933 or 1299443. OLE color: 1299443.
HSL color Cylindrical-coordinate representation of color #F3D313: hue angle of 51.43º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3D313 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 19 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.05 |
| HSL | 51.43º | 0.9% | 0.51% | - |
| HSV(B) | 51.43º | 0.92% | 0.95% | - |
| XYZ | 60.37 | 65.69 | 10.11 | - |
| YUV | 198.68 | 26.6 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 19 | 0 | 0.13 | 0.92 | 0.05 | 51.43 | 0.9 | 0.51 |
| Hex | F3 | D3 | 13 | 0 | D | 5C | 5 | 33 | 5A | 33 |
| Octal | 363 | 323 | 23 | 0 | 15 | 134 | 5 | 63 | 132 | 63 |
| Binary | 11110011 | 11010011 | 10011 | 0 | 1101 | 1011100 | 101 | 110011 | 1011010 | 110011 |
Color Harmonies of #F3D313
Complementary color
Monochromatic Colors of #F3D313
Black with #F3D313
Text Example
Text Example
White with #F3D313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D313; }
p { color: rgb(243,211,19); }
H1.HeaderClassName
{
color: #F3D313;
}
.AnyTagClassName
{
color: #F3D313;
}
</style>
background-color css
<style>
a { background-color: #F3D313; }
a { background-color: rgb(243,211,19); }
div.DivClassName
{
background-color: #F3D313;
}
.BgClassName
{
background-color: #F3D313;
}
</style>
border-color css
<style>
span { border-color: #F3D313; }
span { border-color: rgb(243,211,19); }
td.TdClassName
{
border-color: #F3D313;
}
.TagClassName
{
border-color: #F3D313;
}
</style>