Shades of Turbo #FEC424
Tints of Turbo #FEC424
RGB
CMYK
RGB Variations
Color information
#FEC424 (or 0xFEC424) is known color: Turbo. HEX triplet: FE, C4 and 24. RGB value is (254,196,36). Sum of RGB (Red+Green+Blue) = 254+196+36=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 36 (14.45% from 255 or 7.41% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC424 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC424 is #013BDB. Grayscale: #C3C3C3. Windows color (decimal): -80860 or 2409726. OLE color: 2409726.
HSL color Cylindrical-coordinate representation of color #FEC424: hue angle of 44.04º 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 #FEC424 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 36 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.00 |
| HSL | 44.04º | 0.99% | 0.57% | - |
| HSV(B) | 44.04º | 0.86% | 1% | - |
| XYZ | 60.93 | 60.68 | 10.17 | - |
| YUV | 195.1 | 38.22 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 36 | 0 | 0.23 | 0.86 | 0.00 | 44.04 | 0.99 | 0.57 |
| Hex | FE | C4 | 24 | 0 | 17 | 56 | 0 | 2C | 63 | 39 |
| Octal | 376 | 304 | 44 | 0 | 27 | 126 | 0 | 54 | 143 | 71 |
| Binary | 11111110 | 11000100 | 100100 | 0 | 10111 | 1010110 | 0 | 101100 | 1100011 | 111001 |
Color Harmonies of #FEC424
Complementary color
Monochromatic Colors of #FEC424
Black with #FEC424
Text Example
Text Example
White with #FEC424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC424; }
p { color: rgb(254,196,36); }
H1.HeaderClassName
{
color: #FEC424;
}
.AnyTagClassName
{
color: #FEC424;
}
</style>
background-color css
<style>
a { background-color: #FEC424; }
a { background-color: rgb(254,196,36); }
div.DivClassName
{
background-color: #FEC424;
}
.BgClassName
{
background-color: #FEC424;
}
</style>
border-color css
<style>
span { border-color: #FEC424; }
span { border-color: rgb(254,196,36); }
td.TdClassName
{
border-color: #FEC424;
}
.TagClassName
{
border-color: #FEC424;
}
</style>