Shades of Turbo #FFD316
Tints of Turbo #FFD316
RGB
CMYK
RGB Variations
Color information
#FFD316 (or 0xFFD316) is known color: Turbo. HEX triplet: FF, D3 and 16. RGB value is (255,211,22). Sum of RGB (Red+Green+Blue) = 255+211+22=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 22 (8.98% from 255 or 4.51% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD316 is #002CE9. Grayscale: #CBCBCB. Windows color (decimal): -11498 or 1496063. OLE color: 1496063.
HSL color Cylindrical-coordinate representation of color #FFD316: hue angle of 48.67º 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 #FFD316 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 22 | - |
| CMYK | 0 | 0.17 | 0.91 | 0 |
| HSL | 48.67º | 1% | 0.54% | - |
| HSV(B) | 48.67º | 0.91% | 1% | - |
| XYZ | 64.68 | 67.91 | 10.46 | - |
| YUV | 202.61 | 26.08 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 22 | 0 | 0.17 | 0.91 | 0 | 48.67 | 1 | 0.54 |
| Hex | FF | D3 | 16 | 0 | 11 | 5B | 0 | 31 | 64 | 36 |
| Octal | 377 | 323 | 26 | 0 | 21 | 133 | 0 | 61 | 144 | 66 |
| Binary | 11111111 | 11010011 | 10110 | 0 | 10001 | 1011011 | 0 | 110001 | 1100100 | 110110 |
Color Harmonies of #FFD316
Complementary color
Monochromatic Colors of #FFD316
Black with #FFD316
Text Example
Text Example
White with #FFD316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD316; }
p { color: rgb(255,211,22); }
H1.HeaderClassName
{
color: #FFD316;
}
.AnyTagClassName
{
color: #FFD316;
}
</style>
background-color css
<style>
a { background-color: #FFD316; }
a { background-color: rgb(255,211,22); }
div.DivClassName
{
background-color: #FFD316;
}
.BgClassName
{
background-color: #FFD316;
}
</style>
border-color css
<style>
span { border-color: #FFD316; }
span { border-color: rgb(255,211,22); }
td.TdClassName
{
border-color: #FFD316;
}
.TagClassName
{
border-color: #FFD316;
}
</style>