Shades of Turbo #F5D419
Tints of Turbo #F5D419
RGB
CMYK
RGB Variations
Color information
#F5D419 (or 0xF5D419) is known color: Turbo. HEX triplet: F5, D4 and 19. RGB value is (245,212,25). Sum of RGB (Red+Green+Blue) = 245+212+25=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 212 (83.20% from 255 or 43.98% from 482); Blue value is 25 (10.16% from 255 or 5.19% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D419 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5D419 is #0A2BE6. Grayscale: #C9C9C9. Windows color (decimal): -666599 or 1692917. OLE color: 1692917.
HSL color Cylindrical-coordinate representation of color #F5D419: hue angle of 51º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5D419 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.04 |
| HSL | 51º | 0.92% | 0.53% | - |
| HSV(B) | 51º | 0.9% | 0.96% | - |
| XYZ | 61.38 | 66.57 | 10.53 | - |
| YUV | 200.55 | 28.93 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 25 | 0 | 0.13 | 0.90 | 0.04 | 51 | 0.92 | 0.53 |
| Hex | F5 | D4 | 19 | 0 | D | 5A | 4 | 33 | 5C | 35 |
| Octal | 365 | 324 | 31 | 0 | 15 | 132 | 4 | 63 | 134 | 65 |
| Binary | 11110101 | 11010100 | 11001 | 0 | 1101 | 1011010 | 100 | 110011 | 1011100 | 110101 |
Color Harmonies of #F5D419
Complementary color
Monochromatic Colors of #F5D419
Black with #F5D419
Text Example
Text Example
White with #F5D419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D419; }
p { color: rgb(245,212,25); }
H1.HeaderClassName
{
color: #F5D419;
}
.AnyTagClassName
{
color: #F5D419;
}
</style>
background-color css
<style>
a { background-color: #F5D419; }
a { background-color: rgb(245,212,25); }
div.DivClassName
{
background-color: #F5D419;
}
.BgClassName
{
background-color: #F5D419;
}
</style>
border-color css
<style>
span { border-color: #F5D419; }
span { border-color: rgb(245,212,25); }
td.TdClassName
{
border-color: #F5D419;
}
.TagClassName
{
border-color: #F5D419;
}
</style>