Shades of Golden Tainoi #FEC25A
Tints of Golden Tainoi #FEC25A
RGB
CMYK
RGB Variations
Color information
#FEC25A (or 0xFEC25A) is known color: Golden Tainoi. HEX triplet: FE, C2 and 5A. RGB value is (254,194,90). Sum of RGB (Red+Green+Blue) = 254+194+90=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 90 (35.55% from 255 or 16.73% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC25A is #013DA5. Grayscale: #C8C8C8. Windows color (decimal): -81318 or 5948158. OLE color: 5948158.
HSL color Cylindrical-coordinate representation of color #FEC25A: hue angle of 38.05º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEC25A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 90 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.00 |
| HSL | 38.05º | 0.99% | 0.67% | - |
| HSV(B) | 38.05º | 0.65% | 1% | - |
| XYZ | 62.01 | 60.39 | 18.06 | - |
| YUV | 200.08 | 65.88 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 90 | 0 | 0.24 | 0.65 | 0.00 | 38.05 | 0.99 | 0.67 |
| Hex | FE | C2 | 5A | 0 | 18 | 41 | 0 | 26 | 63 | 43 |
| Octal | 376 | 302 | 132 | 0 | 30 | 101 | 0 | 46 | 143 | 103 |
| Binary | 11111110 | 11000010 | 1011010 | 0 | 11000 | 1000001 | 0 | 100110 | 1100011 | 1000011 |
Color Harmonies of #FEC25A
Complementary color
Monochromatic Colors of #FEC25A
Black with #FEC25A
Text Example
Text Example
White with #FEC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC25A; }
p { color: rgb(254,194,90); }
H1.HeaderClassName
{
color: #FEC25A;
}
.AnyTagClassName
{
color: #FEC25A;
}
</style>
background-color css
<style>
a { background-color: #FEC25A; }
a { background-color: rgb(254,194,90); }
div.DivClassName
{
background-color: #FEC25A;
}
.BgClassName
{
background-color: #FEC25A;
}
</style>
border-color css
<style>
span { border-color: #FEC25A; }
span { border-color: rgb(254,194,90); }
td.TdClassName
{
border-color: #FEC25A;
}
.TagClassName
{
border-color: #FEC25A;
}
</style>