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