Shades of Golden Tainoi #FEC55B
Tints of Golden Tainoi #FEC55B
RGB
CMYK
RGB Variations
Color information
#FEC55B (or 0xFEC55B) is known color: Golden Tainoi. HEX triplet: FE, C5 and 5B. RGB value is (254,197,91). Sum of RGB (Red+Green+Blue) = 254+197+91=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC55B is #013AA4. Grayscale: #CACACA. Windows color (decimal): -80549 or 6014462. OLE color: 6014462.
HSL color Cylindrical-coordinate representation of color #FEC55B: hue angle of 39.02º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEC55B is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 91 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.00 |
| HSL | 39.02º | 0.99% | 0.68% | - |
| HSV(B) | 39.02º | 0.64% | 1% | - |
| XYZ | 62.73 | 61.76 | 18.51 | - |
| YUV | 201.96 | 65.38 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 91 | 0 | 0.22 | 0.64 | 0.00 | 39.02 | 0.99 | 0.68 |
| Hex | FE | C5 | 5B | 0 | 16 | 40 | 0 | 27 | 63 | 44 |
| Octal | 376 | 305 | 133 | 0 | 26 | 100 | 0 | 47 | 143 | 104 |
| Binary | 11111110 | 11000101 | 1011011 | 0 | 10110 | 1000000 | 0 | 100111 | 1100011 | 1000100 |
Color Harmonies of #FEC55B
Complementary color
Monochromatic Colors of #FEC55B
Black with #FEC55B
Text Example
Text Example
White with #FEC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC55B; }
p { color: rgb(254,197,91); }
H1.HeaderClassName
{
color: #FEC55B;
}
.AnyTagClassName
{
color: #FEC55B;
}
</style>
background-color css
<style>
a { background-color: #FEC55B; }
a { background-color: rgb(254,197,91); }
div.DivClassName
{
background-color: #FEC55B;
}
.BgClassName
{
background-color: #FEC55B;
}
</style>
border-color css
<style>
span { border-color: #FEC55B; }
span { border-color: rgb(254,197,91); }
td.TdClassName
{
border-color: #FEC55B;
}
.TagClassName
{
border-color: #FEC55B;
}
</style>