Shades of Turbo #FFD519
Tints of Turbo #FFD519
RGB
CMYK
RGB Variations
Color information
#FFD519 (or 0xFFD519) is known color: Turbo. HEX triplet: FF, D5 and 19. RGB value is (255,213,25). Sum of RGB (Red+Green+Blue) = 255+213+25=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 25 (10.16% from 255 or 5.07% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD519 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD519 is #002AE6. Grayscale: #CCCCCC. Windows color (decimal): -10983 or 1693183. OLE color: 1693183.
HSL color Cylindrical-coordinate representation of color #FFD519: hue angle of 49.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFD519 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 25 | - |
| CMYK | 0 | 0.16 | 0.90 | 0 |
| HSL | 49.04º | 1% | 0.55% | - |
| HSV(B) | 49.04º | 0.9% | 1% | - |
| XYZ | 65.21 | 68.92 | 10.79 | - |
| YUV | 204.13 | 26.91 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 25 | 0 | 0.16 | 0.90 | 0 | 49.04 | 1 | 0.55 |
| Hex | FF | D5 | 19 | 0 | 10 | 5A | 0 | 31 | 64 | 37 |
| Octal | 377 | 325 | 31 | 0 | 20 | 132 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010101 | 11001 | 0 | 10000 | 1011010 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD519
Complementary color
Monochromatic Colors of #FFD519
Black with #FFD519
Text Example
Text Example
White with #FFD519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD519; }
p { color: rgb(255,213,25); }
H1.HeaderClassName
{
color: #FFD519;
}
.AnyTagClassName
{
color: #FFD519;
}
</style>
background-color css
<style>
a { background-color: #FFD519; }
a { background-color: rgb(255,213,25); }
div.DivClassName
{
background-color: #FFD519;
}
.BgClassName
{
background-color: #FFD519;
}
</style>
border-color css
<style>
span { border-color: #FFD519; }
span { border-color: rgb(255,213,25); }
td.TdClassName
{
border-color: #FFD519;
}
.TagClassName
{
border-color: #FFD519;
}
</style>