Shades of Turbo #FFD115
Tints of Turbo #FFD115
RGB
CMYK
RGB Variations
Color information
#FFD115 (or 0xFFD115) is known color: Turbo. HEX triplet: FF, D1 and 15. RGB value is (255,209,21). Sum of RGB (Red+Green+Blue) = 255+209+21=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 21 (8.59% from 255 or 4.33% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD115 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD115 is #002EEA. Grayscale: #CACACA. Windows color (decimal): -12011 or 1430015. OLE color: 1430015.
HSL color Cylindrical-coordinate representation of color #FFD115: hue angle of 48.21º 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 #FFD115 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 21 | - |
| CMYK | 0 | 0.18 | 0.92 | 0 |
| HSL | 48.21º | 1% | 0.54% | - |
| HSV(B) | 48.21º | 0.92% | 1% | - |
| XYZ | 64.18 | 66.92 | 10.24 | - |
| YUV | 201.32 | 26.24 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 21 | 0 | 0.18 | 0.92 | 0 | 48.21 | 1 | 0.54 |
| Hex | FF | D1 | 15 | 0 | 12 | 5C | 0 | 30 | 64 | 36 |
| Octal | 377 | 321 | 25 | 0 | 22 | 134 | 0 | 60 | 144 | 66 |
| Binary | 11111111 | 11010001 | 10101 | 0 | 10010 | 1011100 | 0 | 110000 | 1100100 | 110110 |
Color Harmonies of #FFD115
Complementary color
Monochromatic Colors of #FFD115
Black with #FFD115
Text Example
Text Example
White with #FFD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD115; }
p { color: rgb(255,209,21); }
H1.HeaderClassName
{
color: #FFD115;
}
.AnyTagClassName
{
color: #FFD115;
}
</style>
background-color css
<style>
a { background-color: #FFD115; }
a { background-color: rgb(255,209,21); }
div.DivClassName
{
background-color: #FFD115;
}
.BgClassName
{
background-color: #FFD115;
}
</style>
border-color css
<style>
span { border-color: #FFD115; }
span { border-color: rgb(255,209,21); }
td.TdClassName
{
border-color: #FFD115;
}
.TagClassName
{
border-color: #FFD115;
}
</style>