Shades of Turbo #F3CE13
Tints of Turbo #F3CE13
RGB
CMYK
RGB Variations
Color information
#F3CE13 (or 0xF3CE13) is known color: Turbo. HEX triplet: F3, CE and 13. RGB value is (243,206,19). Sum of RGB (Red+Green+Blue) = 243+206+19=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 19 (7.81% from 255 or 4.06% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3CE13 is #0C31EC. Grayscale: #C4C4C4. Windows color (decimal): -799213 or 1298163. OLE color: 1298163.
HSL color Cylindrical-coordinate representation of color #F3CE13: hue angle of 50.09º 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 #F3CE13 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 206 | 19 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.05 |
| HSL | 50.09º | 0.9% | 0.51% | - |
| HSV(B) | 50.09º | 0.92% | 0.95% | - |
| XYZ | 59.15 | 63.24 | 9.71 | - |
| YUV | 195.75 | 28.26 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 206 | 19 | 0 | 0.15 | 0.92 | 0.05 | 50.09 | 0.9 | 0.51 |
| Hex | F3 | CE | 13 | 0 | F | 5C | 5 | 32 | 5A | 33 |
| Octal | 363 | 316 | 23 | 0 | 17 | 134 | 5 | 62 | 132 | 63 |
| Binary | 11110011 | 11001110 | 10011 | 0 | 1111 | 1011100 | 101 | 110010 | 1011010 | 110011 |
Color Harmonies of #F3CE13
Complementary color
Monochromatic Colors of #F3CE13
Black with #F3CE13
Text Example
Text Example
White with #F3CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CE13; }
p { color: rgb(243,206,19); }
H1.HeaderClassName
{
color: #F3CE13;
}
.AnyTagClassName
{
color: #F3CE13;
}
</style>
background-color css
<style>
a { background-color: #F3CE13; }
a { background-color: rgb(243,206,19); }
div.DivClassName
{
background-color: #F3CE13;
}
.BgClassName
{
background-color: #F3CE13;
}
</style>
border-color css
<style>
span { border-color: #F3CE13; }
span { border-color: rgb(243,206,19); }
td.TdClassName
{
border-color: #F3CE13;
}
.TagClassName
{
border-color: #F3CE13;
}
</style>