Shades of Turbo #FEC522
Tints of Turbo #FEC522
RGB
CMYK
RGB Variations
Color information
#FEC522 (or 0xFEC522) is known color: Turbo. HEX triplet: FE, C5 and 22. RGB value is (254,197,34). Sum of RGB (Red+Green+Blue) = 254+197+34=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 34 (13.67% from 255 or 7.01% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC522 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC522 is #013ADD. Grayscale: #C4C4C4. Windows color (decimal): -80606 or 2278910. OLE color: 2278910.
HSL color Cylindrical-coordinate representation of color #FEC522: hue angle of 44.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEC522 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 34 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.00 |
| HSL | 44.45º | 0.99% | 0.56% | - |
| HSV(B) | 44.45º | 0.87% | 1% | - |
| XYZ | 61.13 | 61.12 | 10.09 | - |
| YUV | 195.46 | 36.88 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 34 | 0 | 0.22 | 0.87 | 0.00 | 44.45 | 0.99 | 0.56 |
| Hex | FE | C5 | 22 | 0 | 16 | 57 | 0 | 2C | 63 | 38 |
| Octal | 376 | 305 | 42 | 0 | 26 | 127 | 0 | 54 | 143 | 70 |
| Binary | 11111110 | 11000101 | 100010 | 0 | 10110 | 1010111 | 0 | 101100 | 1100011 | 111000 |
Color Harmonies of #FEC522
Complementary color
Monochromatic Colors of #FEC522
Black with #FEC522
Text Example
Text Example
White with #FEC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC522; }
p { color: rgb(254,197,34); }
H1.HeaderClassName
{
color: #FEC522;
}
.AnyTagClassName
{
color: #FEC522;
}
</style>
background-color css
<style>
a { background-color: #FEC522; }
a { background-color: rgb(254,197,34); }
div.DivClassName
{
background-color: #FEC522;
}
.BgClassName
{
background-color: #FEC522;
}
</style>
border-color css
<style>
span { border-color: #FEC522; }
span { border-color: rgb(254,197,34); }
td.TdClassName
{
border-color: #FEC522;
}
.TagClassName
{
border-color: #FEC522;
}
</style>