Shades of Turbo #FFD319
Tints of Turbo #FFD319
RGB
CMYK
RGB Variations
Color information
#FFD319 (or 0xFFD319) is known color: Turbo. HEX triplet: FF, D3 and 19. RGB value is (255,211,25). Sum of RGB (Red+Green+Blue) = 255+211+25=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 25 (10.16% from 255 or 5.09% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD319 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD319 is #002CE6. Grayscale: #CBCBCB. Windows color (decimal): -11495 or 1692671. OLE color: 1692671.
HSL color Cylindrical-coordinate representation of color #FFD319: hue angle of 48.52º 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 #FFD319 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 25 | - |
| CMYK | 0 | 0.17 | 0.90 | 0 |
| HSL | 48.52º | 1% | 0.55% | - |
| HSV(B) | 48.52º | 0.9% | 1% | - |
| XYZ | 64.71 | 67.92 | 10.62 | - |
| YUV | 202.95 | 27.58 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 25 | 0 | 0.17 | 0.90 | 0 | 48.52 | 1 | 0.55 |
| Hex | FF | D3 | 19 | 0 | 11 | 5A | 0 | 31 | 64 | 37 |
| Octal | 377 | 323 | 31 | 0 | 21 | 132 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010011 | 11001 | 0 | 10001 | 1011010 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD319
Complementary color
Monochromatic Colors of #FFD319
Black with #FFD319
Text Example
Text Example
White with #FFD319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD319; }
p { color: rgb(255,211,25); }
H1.HeaderClassName
{
color: #FFD319;
}
.AnyTagClassName
{
color: #FFD319;
}
</style>
background-color css
<style>
a { background-color: #FFD319; }
a { background-color: rgb(255,211,25); }
div.DivClassName
{
background-color: #FFD319;
}
.BgClassName
{
background-color: #FFD319;
}
</style>
border-color css
<style>
span { border-color: #FFD319; }
span { border-color: rgb(255,211,25); }
td.TdClassName
{
border-color: #FFD319;
}
.TagClassName
{
border-color: #FFD319;
}
</style>