Shades of Turbo #FEC91A
Tints of Turbo #FEC91A
RGB
CMYK
RGB Variations
Color information
#FEC91A (or 0xFEC91A) is known color: Turbo. HEX triplet: FE, C9 and 1A. RGB value is (254,201,26). Sum of RGB (Red+Green+Blue) = 254+201+26=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC91A is #0136E5. Grayscale: #C5C5C5. Windows color (decimal): -79590 or 1755646. OLE color: 1755646.
HSL color Cylindrical-coordinate representation of color #FEC91A: hue angle of 46.05º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEC91A is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 26 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.00 |
| HSL | 46.05º | 0.99% | 0.55% | - |
| HSV(B) | 46.05º | 0.9% | 1% | - |
| XYZ | 61.95 | 62.92 | 9.86 | - |
| YUV | 196.9 | 31.56 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 26 | 0 | 0.21 | 0.90 | 0.00 | 46.05 | 0.99 | 0.55 |
| Hex | FE | C9 | 1A | 0 | 15 | 5A | 0 | 2E | 63 | 37 |
| Octal | 376 | 311 | 32 | 0 | 25 | 132 | 0 | 56 | 143 | 67 |
| Binary | 11111110 | 11001001 | 11010 | 0 | 10101 | 1011010 | 0 | 101110 | 1100011 | 110111 |
Color Harmonies of #FEC91A
Complementary color
Monochromatic Colors of #FEC91A
Black with #FEC91A
Text Example
Text Example
White with #FEC91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC91A; }
p { color: rgb(254,201,26); }
H1.HeaderClassName
{
color: #FEC91A;
}
.AnyTagClassName
{
color: #FEC91A;
}
</style>
background-color css
<style>
a { background-color: #FEC91A; }
a { background-color: rgb(254,201,26); }
div.DivClassName
{
background-color: #FEC91A;
}
.BgClassName
{
background-color: #FEC91A;
}
</style>
border-color css
<style>
span { border-color: #FEC91A; }
span { border-color: rgb(254,201,26); }
td.TdClassName
{
border-color: #FEC91A;
}
.TagClassName
{
border-color: #FEC91A;
}
</style>