Shades of Turbo #FFD215
Tints of Turbo #FFD215
RGB
CMYK
RGB Variations
Color information
#FFD215 (or 0xFFD215) is known color: Turbo. HEX triplet: FF, D2 and 15. RGB value is (255,210,21). Sum of RGB (Red+Green+Blue) = 255+210+21=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 21 (8.59% from 255 or 4.32% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD215 is #002DEA. Grayscale: #CACACA. Windows color (decimal): -11755 or 1430271. OLE color: 1430271.
HSL color Cylindrical-coordinate representation of color #FFD215: hue angle of 48.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFD215 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 21 | - |
| CMYK | 0 | 0.18 | 0.92 | 0 |
| HSL | 48.46º | 1% | 0.54% | - |
| HSV(B) | 48.46º | 0.92% | 1% | - |
| XYZ | 64.42 | 67.41 | 10.32 | - |
| YUV | 201.91 | 25.91 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 21 | 0 | 0.18 | 0.92 | 0 | 48.46 | 1 | 0.54 |
| Hex | FF | D2 | 15 | 0 | 12 | 5C | 0 | 30 | 64 | 36 |
| Octal | 377 | 322 | 25 | 0 | 22 | 134 | 0 | 60 | 144 | 66 |
| Binary | 11111111 | 11010010 | 10101 | 0 | 10010 | 1011100 | 0 | 110000 | 1100100 | 110110 |
Color Harmonies of #FFD215
Complementary color
Monochromatic Colors of #FFD215
Black with #FFD215
Text Example
Text Example
White with #FFD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD215; }
p { color: rgb(255,210,21); }
H1.HeaderClassName
{
color: #FFD215;
}
.AnyTagClassName
{
color: #FFD215;
}
</style>
background-color css
<style>
a { background-color: #FFD215; }
a { background-color: rgb(255,210,21); }
div.DivClassName
{
background-color: #FFD215;
}
.BgClassName
{
background-color: #FFD215;
}
</style>
border-color css
<style>
span { border-color: #FFD215; }
span { border-color: rgb(255,210,21); }
td.TdClassName
{
border-color: #FFD215;
}
.TagClassName
{
border-color: #FFD215;
}
</style>