Shades of Turbo #F3D319
Tints of Turbo #F3D319
RGB
CMYK
RGB Variations
Color information
#F3D319 (or 0xF3D319) is known color: Turbo. HEX triplet: F3, D3 and 19. RGB value is (243,211,25). Sum of RGB (Red+Green+Blue) = 243+211+25=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 211 (82.81% from 255 or 44.05% from 479); Blue value is 25 (10.16% from 255 or 5.22% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3D319 is #0C2CE6. Grayscale: #C8C8C8. Windows color (decimal): -797927 or 1692659. OLE color: 1692659.
HSL color Cylindrical-coordinate representation of color #F3D319: hue angle of 51.19º 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 #F3D319 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.05 |
| HSL | 51.19º | 0.9% | 0.53% | - |
| HSV(B) | 51.19º | 0.9% | 0.95% | - |
| XYZ | 60.43 | 65.71 | 10.42 | - |
| YUV | 199.36 | 29.6 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 25 | 0 | 0.13 | 0.90 | 0.05 | 51.19 | 0.9 | 0.53 |
| Hex | F3 | D3 | 19 | 0 | D | 5A | 5 | 33 | 5A | 35 |
| Octal | 363 | 323 | 31 | 0 | 15 | 132 | 5 | 63 | 132 | 65 |
| Binary | 11110011 | 11010011 | 11001 | 0 | 1101 | 1011010 | 101 | 110011 | 1011010 | 110101 |
Color Harmonies of #F3D319
Complementary color
Monochromatic Colors of #F3D319
Black with #F3D319
Text Example
Text Example
White with #F3D319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D319; }
p { color: rgb(243,211,25); }
H1.HeaderClassName
{
color: #F3D319;
}
.AnyTagClassName
{
color: #F3D319;
}
</style>
background-color css
<style>
a { background-color: #F3D319; }
a { background-color: rgb(243,211,25); }
div.DivClassName
{
background-color: #F3D319;
}
.BgClassName
{
background-color: #F3D319;
}
</style>
border-color css
<style>
span { border-color: #F3D319; }
span { border-color: rgb(243,211,25); }
td.TdClassName
{
border-color: #F3D319;
}
.TagClassName
{
border-color: #F3D319;
}
</style>