Shades of Turbo #FEC91E
Tints of Turbo #FEC91E
RGB
CMYK
RGB Variations
Color information
#FEC91E (or 0xFEC91E) is known color: Turbo. HEX triplet: FE, C9 and 1E. RGB value is (254,201,30). Sum of RGB (Red+Green+Blue) = 254+201+30=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 30 (12.11% from 255 or 6.19% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC91E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC91E is #0136E1. Grayscale: #C6C6C6. Windows color (decimal): -79586 or 2017790. OLE color: 2017790.
HSL color Cylindrical-coordinate representation of color #FEC91E: hue angle of 45.8º 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 #FEC91E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 30 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.00 |
| HSL | 45.8º | 0.99% | 0.56% | - |
| HSV(B) | 45.8º | 0.88% | 1% | - |
| XYZ | 61.99 | 62.94 | 10.11 | - |
| YUV | 197.35 | 33.56 | 168.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 30 | 0 | 0.21 | 0.88 | 0.00 | 45.8 | 0.99 | 0.56 |
| Hex | FE | C9 | 1E | 0 | 15 | 58 | 0 | 2E | 63 | 38 |
| Octal | 376 | 311 | 36 | 0 | 25 | 130 | 0 | 56 | 143 | 70 |
| Binary | 11111110 | 11001001 | 11110 | 0 | 10101 | 1011000 | 0 | 101110 | 1100011 | 111000 |
Color Harmonies of #FEC91E
Complementary color
Monochromatic Colors of #FEC91E
Black with #FEC91E
Text Example
Text Example
White with #FEC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC91E; }
p { color: rgb(254,201,30); }
H1.HeaderClassName
{
color: #FEC91E;
}
.AnyTagClassName
{
color: #FEC91E;
}
</style>
background-color css
<style>
a { background-color: #FEC91E; }
a { background-color: rgb(254,201,30); }
div.DivClassName
{
background-color: #FEC91E;
}
.BgClassName
{
background-color: #FEC91E;
}
</style>
border-color css
<style>
span { border-color: #FEC91E; }
span { border-color: rgb(254,201,30); }
td.TdClassName
{
border-color: #FEC91E;
}
.TagClassName
{
border-color: #FEC91E;
}
</style>