Shades of Golden Tainoi #FEC15E
Tints of Golden Tainoi #FEC15E
RGB
CMYK
RGB Variations
Color information
#FEC15E (or 0xFEC15E) is known color: Golden Tainoi. HEX triplet: FE, C1 and 5E. RGB value is (254,193,94). Sum of RGB (Red+Green+Blue) = 254+193+94=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 94 (37.11% from 255 or 17.38% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC15E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC15E is #013EA1. Grayscale: #C8C8C8. Windows color (decimal): -81570 or 6210046. OLE color: 6210046.
HSL color Cylindrical-coordinate representation of color #FEC15E: hue angle of 37.12º 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 #FEC15E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 94 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.00 |
| HSL | 37.13º | 0.99% | 0.68% | - |
| HSV(B) | 37.13º | 0.63% | 1% | - |
| XYZ | 61.96 | 60.02 | 18.91 | - |
| YUV | 199.95 | 68.21 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 94 | 0 | 0.24 | 0.63 | 0.00 | 37.13 | 0.99 | 0.68 |
| Hex | FE | C1 | 5E | 0 | 18 | 3F | 0 | 25 | 63 | 44 |
| Octal | 376 | 301 | 136 | 0 | 30 | 77 | 0 | 45 | 143 | 104 |
| Binary | 11111110 | 11000001 | 1011110 | 0 | 11000 | 111111 | 0 | 100101 | 1100011 | 1000100 |
Color Harmonies of #FEC15E
Complementary color
Monochromatic Colors of #FEC15E
Black with #FEC15E
Text Example
Text Example
White with #FEC15E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC15E; }
p { color: rgb(254,193,94); }
H1.HeaderClassName
{
color: #FEC15E;
}
.AnyTagClassName
{
color: #FEC15E;
}
</style>
background-color css
<style>
a { background-color: #FEC15E; }
a { background-color: rgb(254,193,94); }
div.DivClassName
{
background-color: #FEC15E;
}
.BgClassName
{
background-color: #FEC15E;
}
</style>
border-color css
<style>
span { border-color: #FEC15E; }
span { border-color: rgb(254,193,94); }
td.TdClassName
{
border-color: #FEC15E;
}
.TagClassName
{
border-color: #FEC15E;
}
</style>