Shades of Turbo #FEC41D
Tints of Turbo #FEC41D
RGB
CMYK
RGB Variations
Color information
#FEC41D (or 0xFEC41D) is known color: Turbo. HEX triplet: FE, C4 and 1D. RGB value is (254,196,29). Sum of RGB (Red+Green+Blue) = 254+196+29=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 29 (11.72% from 255 or 6.05% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC41D is #013BE2. Grayscale: #C3C3C3. Windows color (decimal): -80867 or 1950974. OLE color: 1950974.
HSL color Cylindrical-coordinate representation of color #FEC41D: hue angle of 44.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEC41D is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 29 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.00 |
| HSL | 44.53º | 0.99% | 0.55% | - |
| HSV(B) | 44.53º | 0.89% | 1% | - |
| XYZ | 60.83 | 60.64 | 9.66 | - |
| YUV | 194.3 | 34.72 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 29 | 0 | 0.23 | 0.89 | 0.00 | 44.53 | 0.99 | 0.55 |
| Hex | FE | C4 | 1D | 0 | 17 | 59 | 0 | 2D | 63 | 37 |
| Octal | 376 | 304 | 35 | 0 | 27 | 131 | 0 | 55 | 143 | 67 |
| Binary | 11111110 | 11000100 | 11101 | 0 | 10111 | 1011001 | 0 | 101101 | 1100011 | 110111 |
Color Harmonies of #FEC41D
Complementary color
Monochromatic Colors of #FEC41D
Black with #FEC41D
Text Example
Text Example
White with #FEC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC41D; }
p { color: rgb(254,196,29); }
H1.HeaderClassName
{
color: #FEC41D;
}
.AnyTagClassName
{
color: #FEC41D;
}
</style>
background-color css
<style>
a { background-color: #FEC41D; }
a { background-color: rgb(254,196,29); }
div.DivClassName
{
background-color: #FEC41D;
}
.BgClassName
{
background-color: #FEC41D;
}
</style>
border-color css
<style>
span { border-color: #FEC41D; }
span { border-color: rgb(254,196,29); }
td.TdClassName
{
border-color: #FEC41D;
}
.TagClassName
{
border-color: #FEC41D;
}
</style>