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