Shades of Golden Tainoi #FEC15A
Tints of Golden Tainoi #FEC15A
RGB
CMYK
RGB Variations
Color information
#FEC15A (or 0xFEC15A) is known color: Golden Tainoi. HEX triplet: FE, C1 and 5A. RGB value is (254,193,90). Sum of RGB (Red+Green+Blue) = 254+193+90=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC15A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC15A is #013EA5. Grayscale: #C7C7C7. Windows color (decimal): -81574 or 5947902. OLE color: 5947902.
HSL color Cylindrical-coordinate representation of color #FEC15A: hue angle of 37.68º 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 #FEC15A is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 90 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.00 |
| HSL | 37.68º | 0.99% | 0.67% | - |
| HSV(B) | 37.68º | 0.65% | 1% | - |
| XYZ | 61.79 | 59.95 | 17.99 | - |
| YUV | 199.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 90 | 0 | 0.24 | 0.65 | 0.00 | 37.68 | 0.99 | 0.67 |
| Hex | FE | C1 | 5A | 0 | 18 | 41 | 0 | 26 | 63 | 43 |
| Octal | 376 | 301 | 132 | 0 | 30 | 101 | 0 | 46 | 143 | 103 |
| Binary | 11111110 | 11000001 | 1011010 | 0 | 11000 | 1000001 | 0 | 100110 | 1100011 | 1000011 |
Color Harmonies of #FEC15A
Complementary color
Monochromatic Colors of #FEC15A
Black with #FEC15A
Text Example
Text Example
White with #FEC15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC15A; }
p { color: rgb(254,193,90); }
H1.HeaderClassName
{
color: #FEC15A;
}
.AnyTagClassName
{
color: #FEC15A;
}
</style>
background-color css
<style>
a { background-color: #FEC15A; }
a { background-color: rgb(254,193,90); }
div.DivClassName
{
background-color: #FEC15A;
}
.BgClassName
{
background-color: #FEC15A;
}
</style>
border-color css
<style>
span { border-color: #FEC15A; }
span { border-color: rgb(254,193,90); }
td.TdClassName
{
border-color: #FEC15A;
}
.TagClassName
{
border-color: #FEC15A;
}
</style>