Shades of Turbo #FEC221
Tints of Turbo #FEC221
RGB
CMYK
RGB Variations
Color information
#FEC221 (or 0xFEC221) is known color: Turbo. HEX triplet: FE, C2 and 21. RGB value is (254,194,33). Sum of RGB (Red+Green+Blue) = 254+194+33=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 33 (13.28% from 255 or 6.86% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC221 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC221 is #013DDE. Grayscale: #C2C2C2. Windows color (decimal): -81375 or 2212606. OLE color: 2212606.
HSL color Cylindrical-coordinate representation of color #FEC221: hue angle of 43.71º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEC221 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 33 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.00 |
| HSL | 43.71º | 0.99% | 0.56% | - |
| HSV(B) | 43.71º | 0.87% | 1% | - |
| XYZ | 60.44 | 59.76 | 9.79 | - |
| YUV | 193.59 | 37.38 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 33 | 0 | 0.24 | 0.87 | 0.00 | 43.71 | 0.99 | 0.56 |
| Hex | FE | C2 | 21 | 0 | 18 | 57 | 0 | 2C | 63 | 38 |
| Octal | 376 | 302 | 41 | 0 | 30 | 127 | 0 | 54 | 143 | 70 |
| Binary | 11111110 | 11000010 | 100001 | 0 | 11000 | 1010111 | 0 | 101100 | 1100011 | 111000 |
Color Harmonies of #FEC221
Complementary color
Monochromatic Colors of #FEC221
Black with #FEC221
Text Example
Text Example
White with #FEC221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC221; }
p { color: rgb(254,194,33); }
H1.HeaderClassName
{
color: #FEC221;
}
.AnyTagClassName
{
color: #FEC221;
}
</style>
background-color css
<style>
a { background-color: #FEC221; }
a { background-color: rgb(254,194,33); }
div.DivClassName
{
background-color: #FEC221;
}
.BgClassName
{
background-color: #FEC221;
}
</style>
border-color css
<style>
span { border-color: #FEC221; }
span { border-color: rgb(254,194,33); }
td.TdClassName
{
border-color: #FEC221;
}
.TagClassName
{
border-color: #FEC221;
}
</style>