Shades of Turbo #FEC41E
Tints of Turbo #FEC41E
RGB
CMYK
RGB Variations
Color information
#FEC41E (or 0xFEC41E) is known color: Turbo. HEX triplet: FE, C4 and 1E. RGB value is (254,196,30). Sum of RGB (Red+Green+Blue) = 254+196+30=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 196 (76.95% from 255 or 40.83% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC41E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC41E is #013BE1. Grayscale: #C3C3C3. Windows color (decimal): -80866 or 2016510. OLE color: 2016510.
HSL color Cylindrical-coordinate representation of color #FEC41E: hue angle of 44.46º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEC41E is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 30 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.00 |
| HSL | 44.46º | 0.99% | 0.56% | - |
| HSV(B) | 44.46º | 0.88% | 1% | - |
| XYZ | 60.85 | 60.64 | 9.73 | - |
| YUV | 194.42 | 35.22 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 30 | 0 | 0.23 | 0.88 | 0.00 | 44.46 | 0.99 | 0.56 |
| Hex | FE | C4 | 1E | 0 | 17 | 58 | 0 | 2C | 63 | 38 |
| Octal | 376 | 304 | 36 | 0 | 27 | 130 | 0 | 54 | 143 | 70 |
| Binary | 11111110 | 11000100 | 11110 | 0 | 10111 | 1011000 | 0 | 101100 | 1100011 | 111000 |
Color Harmonies of #FEC41E
Complementary color
Monochromatic Colors of #FEC41E
Black with #FEC41E
Text Example
Text Example
White with #FEC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC41E; }
p { color: rgb(254,196,30); }
H1.HeaderClassName
{
color: #FEC41E;
}
.AnyTagClassName
{
color: #FEC41E;
}
</style>
background-color css
<style>
a { background-color: #FEC41E; }
a { background-color: rgb(254,196,30); }
div.DivClassName
{
background-color: #FEC41E;
}
.BgClassName
{
background-color: #FEC41E;
}
</style>
border-color css
<style>
span { border-color: #FEC41E; }
span { border-color: rgb(254,196,30); }
td.TdClassName
{
border-color: #FEC41E;
}
.TagClassName
{
border-color: #FEC41E;
}
</style>