Shades of Turbo #F3CB1E
Tints of Turbo #F3CB1E
RGB
CMYK
RGB Variations
Color information
#F3CB1E (or 0xF3CB1E) is known color: Turbo. HEX triplet: F3, CB and 1E. RGB value is (243,203,30). Sum of RGB (Red+Green+Blue) = 243+203+30=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CB1E is #0C34E1. Grayscale: #C3C3C3. Windows color (decimal): -799970 or 2018291. OLE color: 2018291.
HSL color Cylindrical-coordinate representation of color #F3CB1E: hue angle of 48.73º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3CB1E is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 30 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.05 |
| HSL | 48.73º | 0.9% | 0.54% | - |
| HSV(B) | 48.73º | 0.88% | 0.95% | - |
| XYZ | 58.55 | 61.86 | 10.08 | - |
| YUV | 195.24 | 34.75 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 30 | 0 | 0.16 | 0.88 | 0.05 | 48.73 | 0.9 | 0.54 |
| Hex | F3 | CB | 1E | 0 | 10 | 58 | 5 | 31 | 5A | 36 |
| Octal | 363 | 313 | 36 | 0 | 20 | 130 | 5 | 61 | 132 | 66 |
| Binary | 11110011 | 11001011 | 11110 | 0 | 10000 | 1011000 | 101 | 110001 | 1011010 | 110110 |
Color Harmonies of #F3CB1E
Complementary color
Monochromatic Colors of #F3CB1E
Black with #F3CB1E
Text Example
Text Example
White with #F3CB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CB1E; }
p { color: rgb(243,203,30); }
H1.HeaderClassName
{
color: #F3CB1E;
}
.AnyTagClassName
{
color: #F3CB1E;
}
</style>
background-color css
<style>
a { background-color: #F3CB1E; }
a { background-color: rgb(243,203,30); }
div.DivClassName
{
background-color: #F3CB1E;
}
.BgClassName
{
background-color: #F3CB1E;
}
</style>
border-color css
<style>
span { border-color: #F3CB1E; }
span { border-color: rgb(243,203,30); }
td.TdClassName
{
border-color: #F3CB1E;
}
.TagClassName
{
border-color: #F3CB1E;
}
</style>