Shades of Turbo #FFD416
Tints of Turbo #FFD416
RGB
CMYK
RGB Variations
Color information
#FFD416 (or 0xFFD416) is known color: Turbo. HEX triplet: FF, D4 and 16. RGB value is (255,212,22). Sum of RGB (Red+Green+Blue) = 255+212+22=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 22 (8.98% from 255 or 4.50% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD416 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD416 is #002BE9. Grayscale: #CBCBCB. Windows color (decimal): -11242 or 1496319. OLE color: 1496319.
HSL color Cylindrical-coordinate representation of color #FFD416: hue angle of 48.93º 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 #FFD416 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 22 | - |
| CMYK | 0 | 0.17 | 0.91 | 0 |
| HSL | 48.93º | 1% | 0.54% | - |
| HSV(B) | 48.93º | 0.91% | 1% | - |
| XYZ | 64.93 | 68.4 | 10.54 | - |
| YUV | 203.2 | 25.75 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 22 | 0 | 0.17 | 0.91 | 0 | 48.93 | 1 | 0.54 |
| Hex | FF | D4 | 16 | 0 | 11 | 5B | 0 | 31 | 64 | 36 |
| Octal | 377 | 324 | 26 | 0 | 21 | 133 | 0 | 61 | 144 | 66 |
| Binary | 11111111 | 11010100 | 10110 | 0 | 10001 | 1011011 | 0 | 110001 | 1100100 | 110110 |
Color Harmonies of #FFD416
Complementary color
Monochromatic Colors of #FFD416
Black with #FFD416
Text Example
Text Example
White with #FFD416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD416; }
p { color: rgb(255,212,22); }
H1.HeaderClassName
{
color: #FFD416;
}
.AnyTagClassName
{
color: #FFD416;
}
</style>
background-color css
<style>
a { background-color: #FFD416; }
a { background-color: rgb(255,212,22); }
div.DivClassName
{
background-color: #FFD416;
}
.BgClassName
{
background-color: #FFD416;
}
</style>
border-color css
<style>
span { border-color: #FFD416; }
span { border-color: rgb(255,212,22); }
td.TdClassName
{
border-color: #FFD416;
}
.TagClassName
{
border-color: #FFD416;
}
</style>