Shades of Turbo #FFD716
Tints of Turbo #FFD716
RGB
CMYK
RGB Variations
Color information
#FFD716 (or 0xFFD716) is known color: Turbo. HEX triplet: FF, D7 and 16. RGB value is (255,215,22). Sum of RGB (Red+Green+Blue) = 255+215+22=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 215 (84.38% from 255 or 43.70% from 492); Blue value is 22 (8.98% from 255 or 4.47% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD716 is #0028E9. Grayscale: #CDCDCD. Windows color (decimal): -10474 or 1497087. OLE color: 1497087.
HSL color Cylindrical-coordinate representation of color #FFD716: hue angle of 49.7º 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 #FFD716 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 22 | - |
| CMYK | 0 | 0.16 | 0.91 | 0 |
| HSL | 49.7º | 1% | 0.54% | - |
| HSV(B) | 49.7º | 0.91% | 1% | - |
| XYZ | 65.69 | 69.92 | 10.79 | - |
| YUV | 204.96 | 24.75 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 22 | 0 | 0.16 | 0.91 | 0 | 49.7 | 1 | 0.54 |
| Hex | FF | D7 | 16 | 0 | 10 | 5B | 0 | 32 | 64 | 36 |
| Octal | 377 | 327 | 26 | 0 | 20 | 133 | 0 | 62 | 144 | 66 |
| Binary | 11111111 | 11010111 | 10110 | 0 | 10000 | 1011011 | 0 | 110010 | 1100100 | 110110 |
Color Harmonies of #FFD716
Complementary color
Monochromatic Colors of #FFD716
Black with #FFD716
Text Example
Text Example
White with #FFD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD716; }
p { color: rgb(255,215,22); }
H1.HeaderClassName
{
color: #FFD716;
}
.AnyTagClassName
{
color: #FFD716;
}
</style>
background-color css
<style>
a { background-color: #FFD716; }
a { background-color: rgb(255,215,22); }
div.DivClassName
{
background-color: #FFD716;
}
.BgClassName
{
background-color: #FFD716;
}
</style>
border-color css
<style>
span { border-color: #FFD716; }
span { border-color: rgb(255,215,22); }
td.TdClassName
{
border-color: #FFD716;
}
.TagClassName
{
border-color: #FFD716;
}
</style>