Shades of Turbo #FFD216
Tints of Turbo #FFD216
RGB
CMYK
RGB Variations
Color information
#FFD216 (or 0xFFD216) is known color: Turbo. HEX triplet: FF, D2 and 16. RGB value is (255,210,22). Sum of RGB (Red+Green+Blue) = 255+210+22=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 22 (8.98% from 255 or 4.52% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD216 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD216 is #002DE9. Grayscale: #CACACA. Windows color (decimal): -11754 or 1495807. OLE color: 1495807.
HSL color Cylindrical-coordinate representation of color #FFD216: hue angle of 48.41º 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 #FFD216 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 22 | - |
| CMYK | 0 | 0.18 | 0.91 | 0 |
| HSL | 48.41º | 1% | 0.54% | - |
| HSV(B) | 48.41º | 0.91% | 1% | - |
| XYZ | 64.43 | 67.41 | 10.37 | - |
| YUV | 202.02 | 26.41 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 22 | 0 | 0.18 | 0.91 | 0 | 48.41 | 1 | 0.54 |
| Hex | FF | D2 | 16 | 0 | 12 | 5B | 0 | 30 | 64 | 36 |
| Octal | 377 | 322 | 26 | 0 | 22 | 133 | 0 | 60 | 144 | 66 |
| Binary | 11111111 | 11010010 | 10110 | 0 | 10010 | 1011011 | 0 | 110000 | 1100100 | 110110 |
Color Harmonies of #FFD216
Complementary color
Monochromatic Colors of #FFD216
Black with #FFD216
Text Example
Text Example
White with #FFD216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD216; }
p { color: rgb(255,210,22); }
H1.HeaderClassName
{
color: #FFD216;
}
.AnyTagClassName
{
color: #FFD216;
}
</style>
background-color css
<style>
a { background-color: #FFD216; }
a { background-color: rgb(255,210,22); }
div.DivClassName
{
background-color: #FFD216;
}
.BgClassName
{
background-color: #FFD216;
}
</style>
border-color css
<style>
span { border-color: #FFD216; }
span { border-color: rgb(255,210,22); }
td.TdClassName
{
border-color: #FFD216;
}
.TagClassName
{
border-color: #FFD216;
}
</style>