Shades of Turbo #FED424
Tints of Turbo #FED424
RGB
CMYK
RGB Variations
Color information
#FED424 (or 0xFED424) is known color: Turbo. HEX triplet: FE, D4 and 24. RGB value is (254,212,36). Sum of RGB (Red+Green+Blue) = 254+212+36=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 36 (14.45% from 255 or 7.17% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FED424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED424 is #012BDB. Grayscale: #CDCDCD. Windows color (decimal): -76764 or 2413822. OLE color: 2413822.
HSL color Cylindrical-coordinate representation of color #FED424: hue angle of 48.44º 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 #FED424 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 212 | 36 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.00 |
| HSL | 48.44º | 0.99% | 0.57% | - |
| HSV(B) | 48.44º | 0.86% | 1% | - |
| XYZ | 64.73 | 68.29 | 11.44 | - |
| YUV | 204.49 | 32.91 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 212 | 36 | 0 | 0.17 | 0.86 | 0.00 | 48.44 | 0.99 | 0.57 |
| Hex | FE | D4 | 24 | 0 | 11 | 56 | 0 | 30 | 63 | 39 |
| Octal | 376 | 324 | 44 | 0 | 21 | 126 | 0 | 60 | 143 | 71 |
| Binary | 11111110 | 11010100 | 100100 | 0 | 10001 | 1010110 | 0 | 110000 | 1100011 | 111001 |
Color Harmonies of #FED424
Complementary color
Monochromatic Colors of #FED424
Black with #FED424
Text Example
Text Example
White with #FED424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED424; }
p { color: rgb(254,212,36); }
H1.HeaderClassName
{
color: #FED424;
}
.AnyTagClassName
{
color: #FED424;
}
</style>
background-color css
<style>
a { background-color: #FED424; }
a { background-color: rgb(254,212,36); }
div.DivClassName
{
background-color: #FED424;
}
.BgClassName
{
background-color: #FED424;
}
</style>
border-color css
<style>
span { border-color: #FED424; }
span { border-color: rgb(254,212,36); }
td.TdClassName
{
border-color: #FED424;
}
.TagClassName
{
border-color: #FED424;
}
</style>