Shades of Turbo #FEC71C
Tints of Turbo #FEC71C
RGB
CMYK
RGB Variations
Color information
#FEC71C (or 0xFEC71C) is known color: Turbo. HEX triplet: FE, C7 and 1C. RGB value is (254,199,28). Sum of RGB (Red+Green+Blue) = 254+199+28=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC71C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC71C is #0138E3. Grayscale: #C4C4C4. Windows color (decimal): -80100 or 1886206. OLE color: 1886206.
HSL color Cylindrical-coordinate representation of color #FEC71C: hue angle of 45.4º 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 #FEC71C is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 28 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.00 |
| HSL | 45.4º | 0.99% | 0.55% | - |
| HSV(B) | 45.4º | 0.89% | 1% | - |
| XYZ | 61.51 | 62 | 9.82 | - |
| YUV | 195.95 | 33.22 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 28 | 0 | 0.22 | 0.89 | 0.00 | 45.4 | 0.99 | 0.55 |
| Hex | FE | C7 | 1C | 0 | 16 | 59 | 0 | 2D | 63 | 37 |
| Octal | 376 | 307 | 34 | 0 | 26 | 131 | 0 | 55 | 143 | 67 |
| Binary | 11111110 | 11000111 | 11100 | 0 | 10110 | 1011001 | 0 | 101101 | 1100011 | 110111 |
Color Harmonies of #FEC71C
Complementary color
Monochromatic Colors of #FEC71C
Black with #FEC71C
Text Example
Text Example
White with #FEC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC71C; }
p { color: rgb(254,199,28); }
H1.HeaderClassName
{
color: #FEC71C;
}
.AnyTagClassName
{
color: #FEC71C;
}
</style>
background-color css
<style>
a { background-color: #FEC71C; }
a { background-color: rgb(254,199,28); }
div.DivClassName
{
background-color: #FEC71C;
}
.BgClassName
{
background-color: #FEC71C;
}
</style>
border-color css
<style>
span { border-color: #FEC71C; }
span { border-color: rgb(254,199,28); }
td.TdClassName
{
border-color: #FEC71C;
}
.TagClassName
{
border-color: #FEC71C;
}
</style>