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