Shades of Turbo #FFD126
Tints of Turbo #FFD126
RGB
CMYK
RGB Variations
Color information
#FFD126 (or 0xFFD126) is known color: Turbo. HEX triplet: FF, D1 and 26. RGB value is (255,209,38). Sum of RGB (Red+Green+Blue) = 255+209+38=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 38 (15.23% from 255 or 7.57% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD126 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD126 is #002ED9. Grayscale: #CBCBCB. Windows color (decimal): -11994 or 2544127. OLE color: 2544127.
HSL color Cylindrical-coordinate representation of color #FFD126: hue angle of 47.28º 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 #FFD126 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 209 | 38 | - |
| CMYK | 0 | 0.18 | 0.85 | 0 |
| HSL | 47.28º | 1% | 0.57% | - |
| HSV(B) | 47.28º | 0.85% | 1% | - |
| XYZ | 64.39 | 67 | 11.37 | - |
| YUV | 203.26 | 34.74 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 209 | 38 | 0 | 0.18 | 0.85 | 0 | 47.28 | 1 | 0.57 |
| Hex | FF | D1 | 26 | 0 | 12 | 55 | 0 | 2F | 64 | 39 |
| Octal | 377 | 321 | 46 | 0 | 22 | 125 | 0 | 57 | 144 | 71 |
| Binary | 11111111 | 11010001 | 100110 | 0 | 10010 | 1010101 | 0 | 101111 | 1100100 | 111001 |
Color Harmonies of #FFD126
Complementary color
Monochromatic Colors of #FFD126
Black with #FFD126
Text Example
Text Example
White with #FFD126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD126; }
p { color: rgb(255,209,38); }
H1.HeaderClassName
{
color: #FFD126;
}
.AnyTagClassName
{
color: #FFD126;
}
</style>
background-color css
<style>
a { background-color: #FFD126; }
a { background-color: rgb(255,209,38); }
div.DivClassName
{
background-color: #FFD126;
}
.BgClassName
{
background-color: #FFD126;
}
</style>
border-color css
<style>
span { border-color: #FFD126; }
span { border-color: rgb(255,209,38); }
td.TdClassName
{
border-color: #FFD126;
}
.TagClassName
{
border-color: #FFD126;
}
</style>