Shades of Turbo #FFD719
Tints of Turbo #FFD719
RGB
CMYK
RGB Variations
Color information
#FFD719 (or 0xFFD719) is known color: Turbo. HEX triplet: FF, D7 and 19. RGB value is (255,215,25). Sum of RGB (Red+Green+Blue) = 255+215+25=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 215 (84.38% from 255 or 43.43% from 495); Blue value is 25 (10.16% from 255 or 5.05% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD719 is #0028E6. Grayscale: #CECECE. Windows color (decimal): -10471 or 1693695. OLE color: 1693695.
HSL color Cylindrical-coordinate representation of color #FFD719: hue angle of 49.57º 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 #FFD719 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 25 | - |
| CMYK | 0 | 0.16 | 0.90 | 0 |
| HSL | 49.57º | 1% | 0.55% | - |
| HSV(B) | 49.57º | 0.9% | 1% | - |
| XYZ | 65.72 | 69.93 | 10.95 | - |
| YUV | 205.3 | 26.25 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 25 | 0 | 0.16 | 0.90 | 0 | 49.57 | 1 | 0.55 |
| Hex | FF | D7 | 19 | 0 | 10 | 5A | 0 | 32 | 64 | 37 |
| Octal | 377 | 327 | 31 | 0 | 20 | 132 | 0 | 62 | 144 | 67 |
| Binary | 11111111 | 11010111 | 11001 | 0 | 10000 | 1011010 | 0 | 110010 | 1100100 | 110111 |
Color Harmonies of #FFD719
Complementary color
Monochromatic Colors of #FFD719
Black with #FFD719
Text Example
Text Example
White with #FFD719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD719; }
p { color: rgb(255,215,25); }
H1.HeaderClassName
{
color: #FFD719;
}
.AnyTagClassName
{
color: #FFD719;
}
</style>
background-color css
<style>
a { background-color: #FFD719; }
a { background-color: rgb(255,215,25); }
div.DivClassName
{
background-color: #FFD719;
}
.BgClassName
{
background-color: #FFD719;
}
</style>
border-color css
<style>
span { border-color: #FFD719; }
span { border-color: rgb(255,215,25); }
td.TdClassName
{
border-color: #FFD719;
}
.TagClassName
{
border-color: #FFD719;
}
</style>