Shades of Turbo #FFD517
Tints of Turbo #FFD517
RGB
CMYK
RGB Variations
Color information
#FFD517 (or 0xFFD517) is known color: Turbo. HEX triplet: FF, D5 and 17. RGB value is (255,213,23). Sum of RGB (Red+Green+Blue) = 255+213+23=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 23 (9.38% from 255 or 4.68% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD517 is #002AE8. Grayscale: #CCCCCC. Windows color (decimal): -10985 or 1562111. OLE color: 1562111.
HSL color Cylindrical-coordinate representation of color #FFD517: hue angle of 49.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFD517 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 23 | - |
| CMYK | 0 | 0.16 | 0.91 | 0 |
| HSL | 49.14º | 1% | 0.55% | - |
| HSV(B) | 49.14º | 0.91% | 1% | - |
| XYZ | 65.19 | 68.91 | 10.68 | - |
| YUV | 203.9 | 25.91 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 23 | 0 | 0.16 | 0.91 | 0 | 49.14 | 1 | 0.55 |
| Hex | FF | D5 | 17 | 0 | 10 | 5B | 0 | 31 | 64 | 37 |
| Octal | 377 | 325 | 27 | 0 | 20 | 133 | 0 | 61 | 144 | 67 |
| Binary | 11111111 | 11010101 | 10111 | 0 | 10000 | 1011011 | 0 | 110001 | 1100100 | 110111 |
Color Harmonies of #FFD517
Complementary color
Monochromatic Colors of #FFD517
Black with #FFD517
Text Example
Text Example
White with #FFD517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD517; }
p { color: rgb(255,213,23); }
H1.HeaderClassName
{
color: #FFD517;
}
.AnyTagClassName
{
color: #FFD517;
}
</style>
background-color css
<style>
a { background-color: #FFD517; }
a { background-color: rgb(255,213,23); }
div.DivClassName
{
background-color: #FFD517;
}
.BgClassName
{
background-color: #FFD517;
}
</style>
border-color css
<style>
span { border-color: #FFD517; }
span { border-color: rgb(255,213,23); }
td.TdClassName
{
border-color: #FFD517;
}
.TagClassName
{
border-color: #FFD517;
}
</style>