Shades of Golden Tainoi #FEC05E
Tints of Golden Tainoi #FEC05E
RGB
CMYK
RGB Variations
Color information
#FEC05E (or 0xFEC05E) is known color: Golden Tainoi. HEX triplet: FE, C0 and 5E. RGB value is (254,192,94). Sum of RGB (Red+Green+Blue) = 254+192+94=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 94 (37.11% from 255 or 17.41% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC05E is #013FA1. Grayscale: #C7C7C7. Windows color (decimal): -81826 or 6209790. OLE color: 6209790.
HSL color Cylindrical-coordinate representation of color #FEC05E: hue angle of 36.75º 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 #FEC05E is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 94 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.00 |
| HSL | 36.75º | 0.99% | 0.68% | - |
| HSV(B) | 36.75º | 0.63% | 1% | - |
| XYZ | 61.74 | 59.58 | 18.84 | - |
| YUV | 199.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 94 | 0 | 0.24 | 0.63 | 0.00 | 36.75 | 0.99 | 0.68 |
| Hex | FE | C0 | 5E | 0 | 18 | 3F | 0 | 25 | 63 | 44 |
| Octal | 376 | 300 | 136 | 0 | 30 | 77 | 0 | 45 | 143 | 104 |
| Binary | 11111110 | 11000000 | 1011110 | 0 | 11000 | 111111 | 0 | 100101 | 1100011 | 1000100 |
Color Harmonies of #FEC05E
Complementary color
Monochromatic Colors of #FEC05E
Black with #FEC05E
Text Example
Text Example
White with #FEC05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC05E; }
p { color: rgb(254,192,94); }
H1.HeaderClassName
{
color: #FEC05E;
}
.AnyTagClassName
{
color: #FEC05E;
}
</style>
background-color css
<style>
a { background-color: #FEC05E; }
a { background-color: rgb(254,192,94); }
div.DivClassName
{
background-color: #FEC05E;
}
.BgClassName
{
background-color: #FEC05E;
}
</style>
border-color css
<style>
span { border-color: #FEC05E; }
span { border-color: rgb(254,192,94); }
td.TdClassName
{
border-color: #FEC05E;
}
.TagClassName
{
border-color: #FEC05E;
}
</style>