Shades of Turbo #F3D219
Tints of Turbo #F3D219
RGB
CMYK
RGB Variations
Color information
#F3D219 (or 0xF3D219) is known color: Turbo. HEX triplet: F3, D2 and 19. RGB value is (243,210,25). Sum of RGB (Red+Green+Blue) = 243+210+25=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 25 (10.16% from 255 or 5.23% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D219 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D219 is #0C2DE6. Grayscale: #C7C7C7. Windows color (decimal): -798183 or 1692403. OLE color: 1692403.
HSL color Cylindrical-coordinate representation of color #F3D219: hue angle of 50.92º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3D219 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 210 | 25 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.05 |
| HSL | 50.92º | 0.9% | 0.53% | - |
| HSV(B) | 50.92º | 0.9% | 0.95% | - |
| XYZ | 60.18 | 65.22 | 10.34 | - |
| YUV | 198.78 | 29.93 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 210 | 25 | 0 | 0.14 | 0.90 | 0.05 | 50.92 | 0.9 | 0.53 |
| Hex | F3 | D2 | 19 | 0 | E | 5A | 5 | 33 | 5A | 35 |
| Octal | 363 | 322 | 31 | 0 | 16 | 132 | 5 | 63 | 132 | 65 |
| Binary | 11110011 | 11010010 | 11001 | 0 | 1110 | 1011010 | 101 | 110011 | 1011010 | 110101 |
Color Harmonies of #F3D219
Complementary color
Monochromatic Colors of #F3D219
Black with #F3D219
Text Example
Text Example
White with #F3D219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D219; }
p { color: rgb(243,210,25); }
H1.HeaderClassName
{
color: #F3D219;
}
.AnyTagClassName
{
color: #F3D219;
}
</style>
background-color css
<style>
a { background-color: #F3D219; }
a { background-color: rgb(243,210,25); }
div.DivClassName
{
background-color: #F3D219;
}
.BgClassName
{
background-color: #F3D219;
}
</style>
border-color css
<style>
span { border-color: #F3D219; }
span { border-color: rgb(243,210,25); }
td.TdClassName
{
border-color: #F3D219;
}
.TagClassName
{
border-color: #F3D219;
}
</style>