Shades of Turbo #FEC223
Tints of Turbo #FEC223
RGB
CMYK
RGB Variations
Color information
#FEC223 (or 0xFEC223) is known color: Turbo. HEX triplet: FE, C2 and 23. RGB value is (254,194,35). Sum of RGB (Red+Green+Blue) = 254+194+35=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC223 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC223 is #013DDC. Grayscale: #C2C2C2. Windows color (decimal): -81373 or 2343678. OLE color: 2343678.
HSL color Cylindrical-coordinate representation of color #FEC223: hue angle of 43.56º 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 #FEC223 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 35 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.00 |
| HSL | 43.56º | 0.99% | 0.57% | - |
| HSV(B) | 43.56º | 0.86% | 1% | - |
| XYZ | 60.47 | 59.78 | 9.94 | - |
| YUV | 193.81 | 38.38 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 35 | 0 | 0.24 | 0.86 | 0.00 | 43.56 | 0.99 | 0.57 |
| Hex | FE | C2 | 23 | 0 | 18 | 56 | 0 | 2C | 63 | 39 |
| Octal | 376 | 302 | 43 | 0 | 30 | 126 | 0 | 54 | 143 | 71 |
| Binary | 11111110 | 11000010 | 100011 | 0 | 11000 | 1010110 | 0 | 101100 | 1100011 | 111001 |
Color Harmonies of #FEC223
Complementary color
Monochromatic Colors of #FEC223
Black with #FEC223
Text Example
Text Example
White with #FEC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC223; }
p { color: rgb(254,194,35); }
H1.HeaderClassName
{
color: #FEC223;
}
.AnyTagClassName
{
color: #FEC223;
}
</style>
background-color css
<style>
a { background-color: #FEC223; }
a { background-color: rgb(254,194,35); }
div.DivClassName
{
background-color: #FEC223;
}
.BgClassName
{
background-color: #FEC223;
}
</style>
border-color css
<style>
span { border-color: #FEC223; }
span { border-color: rgb(254,194,35); }
td.TdClassName
{
border-color: #FEC223;
}
.TagClassName
{
border-color: #FEC223;
}
</style>