Shades of Turbo #F3D010
Tints of Turbo #F3D010
RGB
CMYK
RGB Variations
Color information
#F3D010 (or 0xF3D010) is known color: Turbo. HEX triplet: F3, D0 and 10. RGB value is (243,208,16). Sum of RGB (Red+Green+Blue) = 243+208+16=467 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.03% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D010 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D010 is #0C2FEF. Grayscale: #C5C5C5. Windows color (decimal): -798704 or 1102067. OLE color: 1102067.
HSL color Cylindrical-coordinate representation of color #F3D010: hue angle of 50.75º 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 #F3D010 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 208 | 16 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.05 |
| HSL | 50.75º | 0.9% | 0.51% | - |
| HSV(B) | 50.75º | 0.93% | 0.95% | - |
| XYZ | 59.61 | 64.2 | 9.74 | - |
| YUV | 196.58 | 26.1 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 208 | 16 | 0 | 0.14 | 0.93 | 0.05 | 50.75 | 0.9 | 0.51 |
| Hex | F3 | D0 | 10 | 0 | E | 5D | 5 | 33 | 5A | 33 |
| Octal | 363 | 320 | 20 | 0 | 16 | 135 | 5 | 63 | 132 | 63 |
| Binary | 11110011 | 11010000 | 10000 | 0 | 1110 | 1011101 | 101 | 110011 | 1011010 | 110011 |
Color Harmonies of #F3D010
Complementary color
Monochromatic Colors of #F3D010
Black with #F3D010
Text Example
Text Example
White with #F3D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D010; }
p { color: rgb(243,208,16); }
H1.HeaderClassName
{
color: #F3D010;
}
.AnyTagClassName
{
color: #F3D010;
}
</style>
background-color css
<style>
a { background-color: #F3D010; }
a { background-color: rgb(243,208,16); }
div.DivClassName
{
background-color: #F3D010;
}
.BgClassName
{
background-color: #F3D010;
}
</style>
border-color css
<style>
span { border-color: #F3D010; }
span { border-color: rgb(243,208,16); }
td.TdClassName
{
border-color: #F3D010;
}
.TagClassName
{
border-color: #F3D010;
}
</style>