Shades of Turbo #FFDA26
Tints of Turbo #FFDA26
RGB
CMYK
RGB Variations
Color information
#FFDA26 (or 0xFFDA26) is known color: Turbo. HEX triplet: FF, DA and 26. RGB value is (255,218,38). Sum of RGB (Red+Green+Blue) = 255+218+38=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 38 (15.23% from 255 or 7.44% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDA26 is #0025D9. Grayscale: #D1D1D1. Windows color (decimal): -9690 or 2546431. OLE color: 2546431.
HSL color Cylindrical-coordinate representation of color #FFDA26: hue angle of 49.77º 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 #FFDA26 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 218 | 38 | - |
| CMYK | 0 | 0.15 | 0.85 | 0 |
| HSL | 49.77º | 1% | 0.57% | - |
| HSV(B) | 49.77º | 0.85% | 1% | - |
| XYZ | 66.66 | 71.54 | 12.13 | - |
| YUV | 208.54 | 31.76 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 218 | 38 | 0 | 0.15 | 0.85 | 0 | 49.77 | 1 | 0.57 |
| Hex | FF | DA | 26 | 0 | F | 55 | 0 | 32 | 64 | 39 |
| Octal | 377 | 332 | 46 | 0 | 17 | 125 | 0 | 62 | 144 | 71 |
| Binary | 11111111 | 11011010 | 100110 | 0 | 1111 | 1010101 | 0 | 110010 | 1100100 | 111001 |
Color Harmonies of #FFDA26
Complementary color
Monochromatic Colors of #FFDA26
Black with #FFDA26
Text Example
Text Example
White with #FFDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDA26; }
p { color: rgb(255,218,38); }
H1.HeaderClassName
{
color: #FFDA26;
}
.AnyTagClassName
{
color: #FFDA26;
}
</style>
background-color css
<style>
a { background-color: #FFDA26; }
a { background-color: rgb(255,218,38); }
div.DivClassName
{
background-color: #FFDA26;
}
.BgClassName
{
background-color: #FFDA26;
}
</style>
border-color css
<style>
span { border-color: #FFDA26; }
span { border-color: rgb(255,218,38); }
td.TdClassName
{
border-color: #FFDA26;
}
.TagClassName
{
border-color: #FFDA26;
}
</style>