Shades of Turbo #FEC71E
Tints of Turbo #FEC71E
RGB
CMYK
RGB Variations
Color information
#FEC71E (or 0xFEC71E) is known color: Turbo. HEX triplet: FE, C7 and 1E. RGB value is (254,199,30). Sum of RGB (Red+Green+Blue) = 254+199+30=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 199 (78.12% from 255 or 41.20% from 483); Blue value is 30 (12.11% from 255 or 6.21% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC71E is #0138E1. Grayscale: #C4C4C4. Windows color (decimal): -80098 or 2017278. OLE color: 2017278.
HSL color Cylindrical-coordinate representation of color #FEC71E: hue angle of 45.27º 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 #FEC71E is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 30 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.00 |
| HSL | 45.27º | 0.99% | 0.56% | - |
| HSV(B) | 45.27º | 0.88% | 1% | - |
| XYZ | 61.53 | 62.01 | 9.95 | - |
| YUV | 196.18 | 34.22 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 30 | 0 | 0.22 | 0.88 | 0.00 | 45.27 | 0.99 | 0.56 |
| Hex | FE | C7 | 1E | 0 | 16 | 58 | 0 | 2D | 63 | 38 |
| Octal | 376 | 307 | 36 | 0 | 26 | 130 | 0 | 55 | 143 | 70 |
| Binary | 11111110 | 11000111 | 11110 | 0 | 10110 | 1011000 | 0 | 101101 | 1100011 | 111000 |
Color Harmonies of #FEC71E
Complementary color
Monochromatic Colors of #FEC71E
Black with #FEC71E
Text Example
Text Example
White with #FEC71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC71E; }
p { color: rgb(254,199,30); }
H1.HeaderClassName
{
color: #FEC71E;
}
.AnyTagClassName
{
color: #FEC71E;
}
</style>
background-color css
<style>
a { background-color: #FEC71E; }
a { background-color: rgb(254,199,30); }
div.DivClassName
{
background-color: #FEC71E;
}
.BgClassName
{
background-color: #FEC71E;
}
</style>
border-color css
<style>
span { border-color: #FEC71E; }
span { border-color: rgb(254,199,30); }
td.TdClassName
{
border-color: #FEC71E;
}
.TagClassName
{
border-color: #FEC71E;
}
</style>