Shades of Turbo #FEDA26
Tints of Turbo #FEDA26
RGB
CMYK
RGB Variations
Color information
#FEDA26 (or 0xFEDA26) is known color: Turbo. HEX triplet: FE, DA and 26. RGB value is (254,218,38). Sum of RGB (Red+Green+Blue) = 254+218+38=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 38 (15.23% from 255 or 7.45% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA26 is #0125D9. Grayscale: #D1D1D1. Windows color (decimal): -75226 or 2546430. OLE color: 2546430.
HSL color Cylindrical-coordinate representation of color #FEDA26: hue angle of 50º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEDA26 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 38 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.00 |
| HSL | 50º | 0.99% | 0.57% | - |
| HSV(B) | 50º | 0.85% | 1% | - |
| XYZ | 66.29 | 71.35 | 12.11 | - |
| YUV | 208.24 | 31.93 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 38 | 0 | 0.14 | 0.85 | 0.00 | 50 | 0.99 | 0.57 |
| Hex | FE | DA | 26 | 0 | E | 55 | 0 | 32 | 63 | 39 |
| Octal | 376 | 332 | 46 | 0 | 16 | 125 | 0 | 62 | 143 | 71 |
| Binary | 11111110 | 11011010 | 100110 | 0 | 1110 | 1010101 | 0 | 110010 | 1100011 | 111001 |
Color Harmonies of #FEDA26
Complementary color
Monochromatic Colors of #FEDA26
Black with #FEDA26
Text Example
Text Example
White with #FEDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA26; }
p { color: rgb(254,218,38); }
H1.HeaderClassName
{
color: #FEDA26;
}
.AnyTagClassName
{
color: #FEDA26;
}
</style>
background-color css
<style>
a { background-color: #FEDA26; }
a { background-color: rgb(254,218,38); }
div.DivClassName
{
background-color: #FEDA26;
}
.BgClassName
{
background-color: #FEDA26;
}
</style>
border-color css
<style>
span { border-color: #FEDA26; }
span { border-color: rgb(254,218,38); }
td.TdClassName
{
border-color: #FEDA26;
}
.TagClassName
{
border-color: #FEDA26;
}
</style>