Shades of Turbo #FFD516
Tints of Turbo #FFD516
RGB
CMYK
RGB Variations
Color information
#FFD516 (or 0xFFD516) is known color: Turbo. HEX triplet: FF, D5 and 16. RGB value is (255,213,22). Sum of RGB (Red+Green+Blue) = 255+213+22=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 22 (8.98% from 255 or 4.49% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD516 is #002AE9. Grayscale: #CCCCCC. Windows color (decimal): -10986 or 1496575. OLE color: 1496575.
HSL color Cylindrical-coordinate representation of color #FFD516: hue angle of 49.18º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFD516 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 22 | - |
| CMYK | 0 | 0.16 | 0.91 | 0 |
| HSL | 49.18º | 1% | 0.54% | - |
| HSV(B) | 49.18º | 0.91% | 1% | - |
| XYZ | 65.18 | 68.91 | 10.62 | - |
| YUV | 203.78 | 25.41 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 22 | 0 | 0.16 | 0.91 | 0 | 49.18 | 1 | 0.54 |
| Hex | FF | D5 | 16 | 0 | 10 | 5B | 0 | 31 | 64 | 36 |
| Octal | 377 | 325 | 26 | 0 | 20 | 133 | 0 | 61 | 144 | 66 |
| Binary | 11111111 | 11010101 | 10110 | 0 | 10000 | 1011011 | 0 | 110001 | 1100100 | 110110 |
Color Harmonies of #FFD516
Complementary color
Monochromatic Colors of #FFD516
Black with #FFD516
Text Example
Text Example
White with #FFD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD516; }
p { color: rgb(255,213,22); }
H1.HeaderClassName
{
color: #FFD516;
}
.AnyTagClassName
{
color: #FFD516;
}
</style>
background-color css
<style>
a { background-color: #FFD516; }
a { background-color: rgb(255,213,22); }
div.DivClassName
{
background-color: #FFD516;
}
.BgClassName
{
background-color: #FFD516;
}
</style>
border-color css
<style>
span { border-color: #FFD516; }
span { border-color: rgb(255,213,22); }
td.TdClassName
{
border-color: #FFD516;
}
.TagClassName
{
border-color: #FFD516;
}
</style>