Shades of Turbo #FFD616
Tints of Turbo #FFD616
RGB
CMYK
RGB Variations
Color information
#FFD616 (or 0xFFD616) is known color: Turbo. HEX triplet: FF, D6 and 16. RGB value is (255,214,22). Sum of RGB (Red+Green+Blue) = 255+214+22=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 22 (8.98% from 255 or 4.48% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD616 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD616 is #0029E9. Grayscale: #CDCDCD. Windows color (decimal): -10730 or 1496831. OLE color: 1496831.
HSL color Cylindrical-coordinate representation of color #FFD616: hue angle of 49.44º 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 #FFD616 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 22 | - |
| CMYK | 0 | 0.16 | 0.91 | 0 |
| HSL | 49.44º | 1% | 0.54% | - |
| HSV(B) | 49.44º | 0.91% | 1% | - |
| XYZ | 65.43 | 69.41 | 10.71 | - |
| YUV | 204.37 | 25.08 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 22 | 0 | 0.16 | 0.91 | 0 | 49.44 | 1 | 0.54 |
| Hex | FF | D6 | 16 | 0 | 10 | 5B | 0 | 31 | 64 | 36 |
| Octal | 377 | 326 | 26 | 0 | 20 | 133 | 0 | 61 | 144 | 66 |
| Binary | 11111111 | 11010110 | 10110 | 0 | 10000 | 1011011 | 0 | 110001 | 1100100 | 110110 |
Color Harmonies of #FFD616
Complementary color
Monochromatic Colors of #FFD616
Black with #FFD616
Text Example
Text Example
White with #FFD616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD616; }
p { color: rgb(255,214,22); }
H1.HeaderClassName
{
color: #FFD616;
}
.AnyTagClassName
{
color: #FFD616;
}
</style>
background-color css
<style>
a { background-color: #FFD616; }
a { background-color: rgb(255,214,22); }
div.DivClassName
{
background-color: #FFD616;
}
.BgClassName
{
background-color: #FFD616;
}
</style>
border-color css
<style>
span { border-color: #FFD616; }
span { border-color: rgb(255,214,22); }
td.TdClassName
{
border-color: #FFD616;
}
.TagClassName
{
border-color: #FFD616;
}
</style>