Shades of Turbo #FEC71D
Tints of Turbo #FEC71D
RGB
CMYK
RGB Variations
Color information
#FEC71D (or 0xFEC71D) is known color: Turbo. HEX triplet: FE, C7 and 1D. RGB value is (254,199,29). Sum of RGB (Red+Green+Blue) = 254+199+29=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC71D is #0138E2. Grayscale: #C4C4C4. Windows color (decimal): -80099 or 1951742. OLE color: 1951742.
HSL color Cylindrical-coordinate representation of color #FEC71D: hue angle of 45.33º 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 #FEC71D is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 29 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.00 |
| HSL | 45.33º | 0.99% | 0.55% | - |
| HSV(B) | 45.33º | 0.89% | 1% | - |
| XYZ | 61.52 | 62.01 | 9.89 | - |
| YUV | 196.07 | 33.72 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 29 | 0 | 0.22 | 0.89 | 0.00 | 45.33 | 0.99 | 0.55 |
| Hex | FE | C7 | 1D | 0 | 16 | 59 | 0 | 2D | 63 | 37 |
| Octal | 376 | 307 | 35 | 0 | 26 | 131 | 0 | 55 | 143 | 67 |
| Binary | 11111110 | 11000111 | 11101 | 0 | 10110 | 1011001 | 0 | 101101 | 1100011 | 110111 |
Color Harmonies of #FEC71D
Complementary color
Monochromatic Colors of #FEC71D
Black with #FEC71D
Text Example
Text Example
White with #FEC71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC71D; }
p { color: rgb(254,199,29); }
H1.HeaderClassName
{
color: #FEC71D;
}
.AnyTagClassName
{
color: #FEC71D;
}
</style>
background-color css
<style>
a { background-color: #FEC71D; }
a { background-color: rgb(254,199,29); }
div.DivClassName
{
background-color: #FEC71D;
}
.BgClassName
{
background-color: #FEC71D;
}
</style>
border-color css
<style>
span { border-color: #FEC71D; }
span { border-color: rgb(254,199,29); }
td.TdClassName
{
border-color: #FEC71D;
}
.TagClassName
{
border-color: #FEC71D;
}
</style>