Shades of Turbo #FEC41C
Tints of Turbo #FEC41C
RGB
CMYK
RGB Variations
Color information
#FEC41C (or 0xFEC41C) is known color: Turbo. HEX triplet: FE, C4 and 1C. RGB value is (254,196,28). Sum of RGB (Red+Green+Blue) = 254+196+28=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC41C is #013BE3. Grayscale: #C2C2C2. Windows color (decimal): -80868 or 1885438. OLE color: 1885438.
HSL color Cylindrical-coordinate representation of color #FEC41C: hue angle of 44.6º 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 #FEC41C is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 28 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.00 |
| HSL | 44.6º | 0.99% | 0.55% | - |
| HSV(B) | 44.6º | 0.89% | 1% | - |
| XYZ | 60.82 | 60.63 | 9.6 | - |
| YUV | 194.19 | 34.22 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 28 | 0 | 0.23 | 0.89 | 0.00 | 44.6 | 0.99 | 0.55 |
| Hex | FE | C4 | 1C | 0 | 17 | 59 | 0 | 2D | 63 | 37 |
| Octal | 376 | 304 | 34 | 0 | 27 | 131 | 0 | 55 | 143 | 67 |
| Binary | 11111110 | 11000100 | 11100 | 0 | 10111 | 1011001 | 0 | 101101 | 1100011 | 110111 |
Color Harmonies of #FEC41C
Complementary color
Monochromatic Colors of #FEC41C
Black with #FEC41C
Text Example
Text Example
White with #FEC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC41C; }
p { color: rgb(254,196,28); }
H1.HeaderClassName
{
color: #FEC41C;
}
.AnyTagClassName
{
color: #FEC41C;
}
</style>
background-color css
<style>
a { background-color: #FEC41C; }
a { background-color: rgb(254,196,28); }
div.DivClassName
{
background-color: #FEC41C;
}
.BgClassName
{
background-color: #FEC41C;
}
</style>
border-color css
<style>
span { border-color: #FEC41C; }
span { border-color: rgb(254,196,28); }
td.TdClassName
{
border-color: #FEC41C;
}
.TagClassName
{
border-color: #FEC41C;
}
</style>