Shades of Turbo #FEDA24
Tints of Turbo #FEDA24
RGB
CMYK
RGB Variations
Color information
#FEDA24 (or 0xFEDA24) is known color: Turbo. HEX triplet: FE, DA and 24. RGB value is (254,218,36). Sum of RGB (Red+Green+Blue) = 254+218+36=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 218 (85.55% from 255 or 42.91% from 508); Blue value is 36 (14.45% from 255 or 7.09% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA24 is #0125DB. Grayscale: #D0D0D0. Windows color (decimal): -75228 or 2415358. OLE color: 2415358.
HSL color Cylindrical-coordinate representation of color #FEDA24: hue angle of 50.09º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEDA24 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 36 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.00 |
| HSL | 50.09º | 0.99% | 0.57% | - |
| HSV(B) | 50.09º | 0.86% | 1% | - |
| XYZ | 66.26 | 71.34 | 11.95 | - |
| YUV | 208.02 | 30.93 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 36 | 0 | 0.14 | 0.86 | 0.00 | 50.09 | 0.99 | 0.57 |
| Hex | FE | DA | 24 | 0 | E | 56 | 0 | 32 | 63 | 39 |
| Octal | 376 | 332 | 44 | 0 | 16 | 126 | 0 | 62 | 143 | 71 |
| Binary | 11111110 | 11011010 | 100100 | 0 | 1110 | 1010110 | 0 | 110010 | 1100011 | 111001 |
Color Harmonies of #FEDA24
Complementary color
Monochromatic Colors of #FEDA24
Black with #FEDA24
Text Example
Text Example
White with #FEDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA24; }
p { color: rgb(254,218,36); }
H1.HeaderClassName
{
color: #FEDA24;
}
.AnyTagClassName
{
color: #FEDA24;
}
</style>
background-color css
<style>
a { background-color: #FEDA24; }
a { background-color: rgb(254,218,36); }
div.DivClassName
{
background-color: #FEDA24;
}
.BgClassName
{
background-color: #FEDA24;
}
</style>
border-color css
<style>
span { border-color: #FEDA24; }
span { border-color: rgb(254,218,36); }
td.TdClassName
{
border-color: #FEDA24;
}
.TagClassName
{
border-color: #FEDA24;
}
</style>