Shades of Turbo #F3DB1E
Tints of Turbo #F3DB1E
RGB
CMYK
RGB Variations
Color information
#F3DB1E (or 0xF3DB1E) is known color: Turbo. HEX triplet: F3, DB and 1E. RGB value is (243,219,30). Sum of RGB (Red+Green+Blue) = 243+219+30=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3DB1E is #0C24E1. Grayscale: #CDCDCD. Windows color (decimal): -795874 or 2022387. OLE color: 2022387.
HSL color Cylindrical-coordinate representation of color #F3DB1E: hue angle of 53.24º 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 #F3DB1E is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 219 | 30 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.05 |
| HSL | 53.24º | 0.9% | 0.54% | - |
| HSV(B) | 53.24º | 0.88% | 0.95% | - |
| XYZ | 62.53 | 69.81 | 11.41 | - |
| YUV | 204.63 | 29.45 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 219 | 30 | 0 | 0.10 | 0.88 | 0.05 | 53.24 | 0.9 | 0.54 |
| Hex | F3 | DB | 1E | 0 | A | 58 | 5 | 35 | 5A | 36 |
| Octal | 363 | 333 | 36 | 0 | 12 | 130 | 5 | 65 | 132 | 66 |
| Binary | 11110011 | 11011011 | 11110 | 0 | 1010 | 1011000 | 101 | 110101 | 1011010 | 110110 |
Color Harmonies of #F3DB1E
Complementary color
Monochromatic Colors of #F3DB1E
Black with #F3DB1E
Text Example
Text Example
White with #F3DB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DB1E; }
p { color: rgb(243,219,30); }
H1.HeaderClassName
{
color: #F3DB1E;
}
.AnyTagClassName
{
color: #F3DB1E;
}
</style>
background-color css
<style>
a { background-color: #F3DB1E; }
a { background-color: rgb(243,219,30); }
div.DivClassName
{
background-color: #F3DB1E;
}
.BgClassName
{
background-color: #F3DB1E;
}
</style>
border-color css
<style>
span { border-color: #F3DB1E; }
span { border-color: rgb(243,219,30); }
td.TdClassName
{
border-color: #F3DB1E;
}
.TagClassName
{
border-color: #F3DB1E;
}
</style>