Shades of Golden Tainoi #FEC55F
Tints of Golden Tainoi #FEC55F
RGB
CMYK
RGB Variations
Color information
#FEC55F (or 0xFEC55F) is known color: Golden Tainoi. HEX triplet: FE, C5 and 5F. RGB value is (254,197,95). Sum of RGB (Red+Green+Blue) = 254+197+95=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 95 (37.5% from 255 or 17.40% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC55F is #013AA0. Grayscale: #CACACA. Windows color (decimal): -80545 or 6276606. OLE color: 6276606.
HSL color Cylindrical-coordinate representation of color #FEC55F: hue angle of 38.49º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEC55F is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 95 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.00 |
| HSL | 38.49º | 0.99% | 0.68% | - |
| HSV(B) | 38.49º | 0.63% | 1% | - |
| XYZ | 62.9 | 61.83 | 19.45 | - |
| YUV | 202.42 | 67.38 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 95 | 0 | 0.22 | 0.63 | 0.00 | 38.49 | 0.99 | 0.68 |
| Hex | FE | C5 | 5F | 0 | 16 | 3F | 0 | 26 | 63 | 44 |
| Octal | 376 | 305 | 137 | 0 | 26 | 77 | 0 | 46 | 143 | 104 |
| Binary | 11111110 | 11000101 | 1011111 | 0 | 10110 | 111111 | 0 | 100110 | 1100011 | 1000100 |
Color Harmonies of #FEC55F
Complementary color
Monochromatic Colors of #FEC55F
Black with #FEC55F
Text Example
Text Example
White with #FEC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC55F; }
p { color: rgb(254,197,95); }
H1.HeaderClassName
{
color: #FEC55F;
}
.AnyTagClassName
{
color: #FEC55F;
}
</style>
background-color css
<style>
a { background-color: #FEC55F; }
a { background-color: rgb(254,197,95); }
div.DivClassName
{
background-color: #FEC55F;
}
.BgClassName
{
background-color: #FEC55F;
}
</style>
border-color css
<style>
span { border-color: #FEC55F; }
span { border-color: rgb(254,197,95); }
td.TdClassName
{
border-color: #FEC55F;
}
.TagClassName
{
border-color: #FEC55F;
}
</style>