Shades of Turbo #FFD726
Tints of Turbo #FFD726
RGB
CMYK
RGB Variations
Color information
#FFD726 (or 0xFFD726) is known color: Turbo. HEX triplet: FF, D7 and 26. RGB value is (255,215,38). Sum of RGB (Red+Green+Blue) = 255+215+38=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 38 (15.23% from 255 or 7.48% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD726 is #0028D9. Grayscale: #CFCFCF. Windows color (decimal): -10458 or 2545663. OLE color: 2545663.
HSL color Cylindrical-coordinate representation of color #FFD726: hue angle of 48.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFD726 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 38 | - |
| CMYK | 0 | 0.16 | 0.85 | 0 |
| HSL | 48.94º | 1% | 0.57% | - |
| HSV(B) | 48.94º | 0.85% | 1% | - |
| XYZ | 65.89 | 70 | 11.87 | - |
| YUV | 206.78 | 32.75 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 38 | 0 | 0.16 | 0.85 | 0 | 48.94 | 1 | 0.57 |
| Hex | FF | D7 | 26 | 0 | 10 | 55 | 0 | 31 | 64 | 39 |
| Octal | 377 | 327 | 46 | 0 | 20 | 125 | 0 | 61 | 144 | 71 |
| Binary | 11111111 | 11010111 | 100110 | 0 | 10000 | 1010101 | 0 | 110001 | 1100100 | 111001 |
Color Harmonies of #FFD726
Complementary color
Monochromatic Colors of #FFD726
Black with #FFD726
Text Example
Text Example
White with #FFD726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD726; }
p { color: rgb(255,215,38); }
H1.HeaderClassName
{
color: #FFD726;
}
.AnyTagClassName
{
color: #FFD726;
}
</style>
background-color css
<style>
a { background-color: #FFD726; }
a { background-color: rgb(255,215,38); }
div.DivClassName
{
background-color: #FFD726;
}
.BgClassName
{
background-color: #FFD726;
}
</style>
border-color css
<style>
span { border-color: #FFD726; }
span { border-color: rgb(255,215,38); }
td.TdClassName
{
border-color: #FFD726;
}
.TagClassName
{
border-color: #FFD726;
}
</style>