Shades of Turbo #FEC124
Tints of Turbo #FEC124
RGB
CMYK
RGB Variations
Color information
#FEC124 (or 0xFEC124) is known color: Turbo. HEX triplet: FE, C1 and 24. RGB value is (254,193,36). Sum of RGB (Red+Green+Blue) = 254+193+36=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 36 (14.45% from 255 or 7.45% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC124 is #013EDB. Grayscale: #C2C2C2. Windows color (decimal): -81628 or 2408958. OLE color: 2408958.
HSL color Cylindrical-coordinate representation of color #FEC124: hue angle of 43.21º 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 #FEC124 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 36 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.00 |
| HSL | 43.21º | 0.99% | 0.57% | - |
| HSV(B) | 43.21º | 0.86% | 1% | - |
| XYZ | 60.26 | 59.34 | 9.95 | - |
| YUV | 193.34 | 39.21 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 36 | 0 | 0.24 | 0.86 | 0.00 | 43.21 | 0.99 | 0.57 |
| Hex | FE | C1 | 24 | 0 | 18 | 56 | 0 | 2B | 63 | 39 |
| Octal | 376 | 301 | 44 | 0 | 30 | 126 | 0 | 53 | 143 | 71 |
| Binary | 11111110 | 11000001 | 100100 | 0 | 11000 | 1010110 | 0 | 101011 | 1100011 | 111001 |
Color Harmonies of #FEC124
Complementary color
Monochromatic Colors of #FEC124
Black with #FEC124
Text Example
Text Example
White with #FEC124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC124; }
p { color: rgb(254,193,36); }
H1.HeaderClassName
{
color: #FEC124;
}
.AnyTagClassName
{
color: #FEC124;
}
</style>
background-color css
<style>
a { background-color: #FEC124; }
a { background-color: rgb(254,193,36); }
div.DivClassName
{
background-color: #FEC124;
}
.BgClassName
{
background-color: #FEC124;
}
</style>
border-color css
<style>
span { border-color: #FEC124; }
span { border-color: rgb(254,193,36); }
td.TdClassName
{
border-color: #FEC124;
}
.TagClassName
{
border-color: #FEC124;
}
</style>