Shades of Golden Tainoi #FEC25B
Tints of Golden Tainoi #FEC25B
RGB
CMYK
RGB Variations
Color information
#FEC25B (or 0xFEC25B) is known color: Golden Tainoi. HEX triplet: FE, C2 and 5B. RGB value is (254,194,91). Sum of RGB (Red+Green+Blue) = 254+194+91=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 91 (35.94% from 255 or 16.88% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC25B is #013DA4. Grayscale: #C8C8C8. Windows color (decimal): -81317 or 6013694. OLE color: 6013694.
HSL color Cylindrical-coordinate representation of color #FEC25B: hue angle of 37.91º 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 #FEC25B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 91 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.00 |
| HSL | 37.91º | 0.99% | 0.68% | - |
| HSV(B) | 37.91º | 0.64% | 1% | - |
| XYZ | 62.05 | 60.41 | 18.29 | - |
| YUV | 200.2 | 66.38 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 91 | 0 | 0.24 | 0.64 | 0.00 | 37.91 | 0.99 | 0.68 |
| Hex | FE | C2 | 5B | 0 | 18 | 40 | 0 | 26 | 63 | 44 |
| Octal | 376 | 302 | 133 | 0 | 30 | 100 | 0 | 46 | 143 | 104 |
| Binary | 11111110 | 11000010 | 1011011 | 0 | 11000 | 1000000 | 0 | 100110 | 1100011 | 1000100 |
Color Harmonies of #FEC25B
Complementary color
Monochromatic Colors of #FEC25B
Black with #FEC25B
Text Example
Text Example
White with #FEC25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC25B; }
p { color: rgb(254,194,91); }
H1.HeaderClassName
{
color: #FEC25B;
}
.AnyTagClassName
{
color: #FEC25B;
}
</style>
background-color css
<style>
a { background-color: #FEC25B; }
a { background-color: rgb(254,194,91); }
div.DivClassName
{
background-color: #FEC25B;
}
.BgClassName
{
background-color: #FEC25B;
}
</style>
border-color css
<style>
span { border-color: #FEC25B; }
span { border-color: rgb(254,194,91); }
td.TdClassName
{
border-color: #FEC25B;
}
.TagClassName
{
border-color: #FEC25B;
}
</style>