Shades of Turbo #F3CE11
Tints of Turbo #F3CE11
RGB
CMYK
RGB Variations
Color information
#F3CE11 (or 0xF3CE11) is known color: Turbo. HEX triplet: F3, CE and 11. RGB value is (243,206,17). Sum of RGB (Red+Green+Blue) = 243+206+17=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3CE11 is #0C31EE. Grayscale: #C4C4C4. Windows color (decimal): -799215 or 1167091. OLE color: 1167091.
HSL color Cylindrical-coordinate representation of color #F3CE11: hue angle of 50.18º 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 #F3CE11 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 17 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.05 |
| HSL | 50.18º | 0.9% | 0.51% | - |
| HSV(B) | 50.18º | 0.93% | 0.95% | - |
| XYZ | 59.13 | 63.24 | 9.62 | - |
| YUV | 195.52 | 27.26 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 17 | 0 | 0.15 | 0.93 | 0.05 | 50.18 | 0.9 | 0.51 |
| Hex | F3 | CE | 11 | 0 | F | 5D | 5 | 32 | 5A | 33 |
| Octal | 363 | 316 | 21 | 0 | 17 | 135 | 5 | 62 | 132 | 63 |
| Binary | 11110011 | 11001110 | 10001 | 0 | 1111 | 1011101 | 101 | 110010 | 1011010 | 110011 |
Color Harmonies of #F3CE11
Complementary color
Monochromatic Colors of #F3CE11
Black with #F3CE11
Text Example
Text Example
White with #F3CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CE11; }
p { color: rgb(243,206,17); }
H1.HeaderClassName
{
color: #F3CE11;
}
.AnyTagClassName
{
color: #F3CE11;
}
</style>
background-color css
<style>
a { background-color: #F3CE11; }
a { background-color: rgb(243,206,17); }
div.DivClassName
{
background-color: #F3CE11;
}
.BgClassName
{
background-color: #F3CE11;
}
</style>
border-color css
<style>
span { border-color: #F3CE11; }
span { border-color: rgb(243,206,17); }
td.TdClassName
{
border-color: #F3CE11;
}
.TagClassName
{
border-color: #F3CE11;
}
</style>