Shades of Turbo #FFD515
Tints of Turbo #FFD515
RGB
CMYK
RGB Variations
Color information
#FFD515 (or 0xFFD515) is known color: Turbo. HEX triplet: FF, D5 and 15. RGB value is (255,213,21). Sum of RGB (Red+Green+Blue) = 255+213+21=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD515 is #002AEA. Grayscale: #CCCCCC. Windows color (decimal): -10987 or 1431039. OLE color: 1431039.
HSL color Cylindrical-coordinate representation of color #FFD515: hue angle of 49.23º 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 #FFD515 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 213 | 21 | - |
| CMYK | 0 | 0.16 | 0.92 | 0 |
| HSL | 49.23º | 1% | 0.54% | - |
| HSV(B) | 49.23º | 0.92% | 1% | - |
| XYZ | 65.17 | 68.9 | 10.57 | - |
| YUV | 203.67 | 24.91 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 213 | 21 | 0 | 0.16 | 0.92 | 0 | 49.23 | 1 | 0.54 |
| Hex | FF | D5 | 15 | 0 | 10 | 5C | 0 | 31 | 64 | 36 |
| Octal | 377 | 325 | 25 | 0 | 20 | 134 | 0 | 61 | 144 | 66 |
| Binary | 11111111 | 11010101 | 10101 | 0 | 10000 | 1011100 | 0 | 110001 | 1100100 | 110110 |
Color Harmonies of #FFD515
Complementary color
Monochromatic Colors of #FFD515
Black with #FFD515
Text Example
Text Example
White with #FFD515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD515; }
p { color: rgb(255,213,21); }
H1.HeaderClassName
{
color: #FFD515;
}
.AnyTagClassName
{
color: #FFD515;
}
</style>
background-color css
<style>
a { background-color: #FFD515; }
a { background-color: rgb(255,213,21); }
div.DivClassName
{
background-color: #FFD515;
}
.BgClassName
{
background-color: #FFD515;
}
</style>
border-color css
<style>
span { border-color: #FFD515; }
span { border-color: rgb(255,213,21); }
td.TdClassName
{
border-color: #FFD515;
}
.TagClassName
{
border-color: #FFD515;
}
</style>