Shades of Golden Tainoi #FEC15F
Tints of Golden Tainoi #FEC15F
RGB
CMYK
RGB Variations
Color information
#FEC15F (or 0xFEC15F) is known color: Golden Tainoi. HEX triplet: FE, C1 and 5F. RGB value is (254,193,95). Sum of RGB (Red+Green+Blue) = 254+193+95=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 193 (75.78% from 255 or 35.61% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC15F is #013EA0. Grayscale: #C8C8C8. Windows color (decimal): -81569 or 6275582. OLE color: 6275582.
HSL color Cylindrical-coordinate representation of color #FEC15F: hue angle of 36.98º 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 #FEC15F is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 95 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.00 |
| HSL | 36.98º | 0.99% | 0.68% | - |
| HSV(B) | 36.98º | 0.63% | 1% | - |
| XYZ | 62.01 | 60.04 | 19.15 | - |
| YUV | 200.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 95 | 0 | 0.24 | 0.63 | 0.00 | 36.98 | 0.99 | 0.68 |
| Hex | FE | C1 | 5F | 0 | 18 | 3F | 0 | 25 | 63 | 44 |
| Octal | 376 | 301 | 137 | 0 | 30 | 77 | 0 | 45 | 143 | 104 |
| Binary | 11111110 | 11000001 | 1011111 | 0 | 11000 | 111111 | 0 | 100101 | 1100011 | 1000100 |
Color Harmonies of #FEC15F
Complementary color
Monochromatic Colors of #FEC15F
Black with #FEC15F
Text Example
Text Example
White with #FEC15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC15F; }
p { color: rgb(254,193,95); }
H1.HeaderClassName
{
color: #FEC15F;
}
.AnyTagClassName
{
color: #FEC15F;
}
</style>
background-color css
<style>
a { background-color: #FEC15F; }
a { background-color: rgb(254,193,95); }
div.DivClassName
{
background-color: #FEC15F;
}
.BgClassName
{
background-color: #FEC15F;
}
</style>
border-color css
<style>
span { border-color: #FEC15F; }
span { border-color: rgb(254,193,95); }
td.TdClassName
{
border-color: #FEC15F;
}
.TagClassName
{
border-color: #FEC15F;
}
</style>