Shades of Turbo #FEC91B
Tints of Turbo #FEC91B
RGB
CMYK
RGB Variations
Color information
#FEC91B (or 0xFEC91B) is known color: Turbo. HEX triplet: FE, C9 and 1B. RGB value is (254,201,27). Sum of RGB (Red+Green+Blue) = 254+201+27=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 27 (10.94% from 255 or 5.60% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC91B is #0136E4. Grayscale: #C5C5C5. Windows color (decimal): -79589 or 1821182. OLE color: 1821182.
HSL color Cylindrical-coordinate representation of color #FEC91B: hue angle of 45.99º 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 #FEC91B is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 27 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.00 |
| HSL | 45.99º | 0.99% | 0.55% | - |
| HSV(B) | 45.99º | 0.89% | 1% | - |
| XYZ | 61.96 | 62.92 | 9.92 | - |
| YUV | 197.01 | 32.06 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 27 | 0 | 0.21 | 0.89 | 0.00 | 45.99 | 0.99 | 0.55 |
| Hex | FE | C9 | 1B | 0 | 15 | 59 | 0 | 2E | 63 | 37 |
| Octal | 376 | 311 | 33 | 0 | 25 | 131 | 0 | 56 | 143 | 67 |
| Binary | 11111110 | 11001001 | 11011 | 0 | 10101 | 1011001 | 0 | 101110 | 1100011 | 110111 |
Color Harmonies of #FEC91B
Complementary color
Monochromatic Colors of #FEC91B
Black with #FEC91B
Text Example
Text Example
White with #FEC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC91B; }
p { color: rgb(254,201,27); }
H1.HeaderClassName
{
color: #FEC91B;
}
.AnyTagClassName
{
color: #FEC91B;
}
</style>
background-color css
<style>
a { background-color: #FEC91B; }
a { background-color: rgb(254,201,27); }
div.DivClassName
{
background-color: #FEC91B;
}
.BgClassName
{
background-color: #FEC91B;
}
</style>
border-color css
<style>
span { border-color: #FEC91B; }
span { border-color: rgb(254,201,27); }
td.TdClassName
{
border-color: #FEC91B;
}
.TagClassName
{
border-color: #FEC91B;
}
</style>