Shades of Turbo #FEDC24
Tints of Turbo #FEDC24
RGB
CMYK
RGB Variations
Color information
#FEDC24 (or 0xFEDC24) is known color: Turbo. HEX triplet: FE, DC and 24. RGB value is (254,220,36). Sum of RGB (Red+Green+Blue) = 254+220+36=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 36 (14.45% from 255 or 7.06% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDC24 is #0123DB. Grayscale: #D1D1D1. Windows color (decimal): -74716 or 2415870. OLE color: 2415870.
HSL color Cylindrical-coordinate representation of color #FEDC24: hue angle of 50.64º 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 #FEDC24 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 36 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.00 |
| HSL | 50.64º | 0.99% | 0.57% | - |
| HSV(B) | 50.64º | 0.86% | 1% | - |
| XYZ | 66.78 | 72.38 | 12.12 | - |
| YUV | 209.19 | 30.26 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 36 | 0 | 0.13 | 0.86 | 0.00 | 50.64 | 0.99 | 0.57 |
| Hex | FE | DC | 24 | 0 | D | 56 | 0 | 33 | 63 | 39 |
| Octal | 376 | 334 | 44 | 0 | 15 | 126 | 0 | 63 | 143 | 71 |
| Binary | 11111110 | 11011100 | 100100 | 0 | 1101 | 1010110 | 0 | 110011 | 1100011 | 111001 |
Color Harmonies of #FEDC24
Complementary color
Monochromatic Colors of #FEDC24
Black with #FEDC24
Text Example
Text Example
White with #FEDC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC24; }
p { color: rgb(254,220,36); }
H1.HeaderClassName
{
color: #FEDC24;
}
.AnyTagClassName
{
color: #FEDC24;
}
</style>
background-color css
<style>
a { background-color: #FEDC24; }
a { background-color: rgb(254,220,36); }
div.DivClassName
{
background-color: #FEDC24;
}
.BgClassName
{
background-color: #FEDC24;
}
</style>
border-color css
<style>
span { border-color: #FEDC24; }
span { border-color: rgb(254,220,36); }
td.TdClassName
{
border-color: #FEDC24;
}
.TagClassName
{
border-color: #FEDC24;
}
</style>