Shades of Turbo #FEC71A
Tints of Turbo #FEC71A
RGB
CMYK
RGB Variations
Color information
#FEC71A (or 0xFEC71A) is known color: Turbo. HEX triplet: FE, C7 and 1A. RGB value is (254,199,26). Sum of RGB (Red+Green+Blue) = 254+199+26=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC71A is #0138E5. Grayscale: #C4C4C4. Windows color (decimal): -80102 or 1755134. OLE color: 1755134.
HSL color Cylindrical-coordinate representation of color #FEC71A: hue angle of 45.53º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEC71A is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 26 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.00 |
| HSL | 45.53º | 0.99% | 0.55% | - |
| HSV(B) | 45.53º | 0.9% | 1% | - |
| XYZ | 61.48 | 61.99 | 9.7 | - |
| YUV | 195.72 | 32.22 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 26 | 0 | 0.22 | 0.90 | 0.00 | 45.53 | 0.99 | 0.55 |
| Hex | FE | C7 | 1A | 0 | 16 | 5A | 0 | 2E | 63 | 37 |
| Octal | 376 | 307 | 32 | 0 | 26 | 132 | 0 | 56 | 143 | 67 |
| Binary | 11111110 | 11000111 | 11010 | 0 | 10110 | 1011010 | 0 | 101110 | 1100011 | 110111 |
Color Harmonies of #FEC71A
Complementary color
Monochromatic Colors of #FEC71A
Black with #FEC71A
Text Example
Text Example
White with #FEC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC71A; }
p { color: rgb(254,199,26); }
H1.HeaderClassName
{
color: #FEC71A;
}
.AnyTagClassName
{
color: #FEC71A;
}
</style>
background-color css
<style>
a { background-color: #FEC71A; }
a { background-color: rgb(254,199,26); }
div.DivClassName
{
background-color: #FEC71A;
}
.BgClassName
{
background-color: #FEC71A;
}
</style>
border-color css
<style>
span { border-color: #FEC71A; }
span { border-color: rgb(254,199,26); }
td.TdClassName
{
border-color: #FEC71A;
}
.TagClassName
{
border-color: #FEC71A;
}
</style>