Shades of Turbo #FEC224
Tints of Turbo #FEC224
RGB
CMYK
RGB Variations
Color information
#FEC224 (or 0xFEC224) is known color: Turbo. HEX triplet: FE, C2 and 24. RGB value is (254,194,36). Sum of RGB (Red+Green+Blue) = 254+194+36=484 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.48% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC224 is #013DDB. Grayscale: #C2C2C2. Windows color (decimal): -81372 or 2409214. OLE color: 2409214.
HSL color Cylindrical-coordinate representation of color #FEC224: hue angle of 43.49º 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 #FEC224 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 36 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.00 |
| HSL | 43.49º | 0.99% | 0.57% | - |
| HSV(B) | 43.49º | 0.86% | 1% | - |
| XYZ | 60.48 | 59.78 | 10.02 | - |
| YUV | 193.93 | 38.88 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 36 | 0 | 0.24 | 0.86 | 0.00 | 43.49 | 0.99 | 0.57 |
| Hex | FE | C2 | 24 | 0 | 18 | 56 | 0 | 2B | 63 | 39 |
| Octal | 376 | 302 | 44 | 0 | 30 | 126 | 0 | 53 | 143 | 71 |
| Binary | 11111110 | 11000010 | 100100 | 0 | 11000 | 1010110 | 0 | 101011 | 1100011 | 111001 |
Color Harmonies of #FEC224
Complementary color
Monochromatic Colors of #FEC224
Black with #FEC224
Text Example
Text Example
White with #FEC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC224; }
p { color: rgb(254,194,36); }
H1.HeaderClassName
{
color: #FEC224;
}
.AnyTagClassName
{
color: #FEC224;
}
</style>
background-color css
<style>
a { background-color: #FEC224; }
a { background-color: rgb(254,194,36); }
div.DivClassName
{
background-color: #FEC224;
}
.BgClassName
{
background-color: #FEC224;
}
</style>
border-color css
<style>
span { border-color: #FEC224; }
span { border-color: rgb(254,194,36); }
td.TdClassName
{
border-color: #FEC224;
}
.TagClassName
{
border-color: #FEC224;
}
</style>