Shades of Golden Tainoi #FEC45D
Tints of Golden Tainoi #FEC45D
RGB
CMYK
RGB Variations
Color information
#FEC45D (or 0xFEC45D) is known color: Golden Tainoi. HEX triplet: FE, C4 and 5D. RGB value is (254,196,93). Sum of RGB (Red+Green+Blue) = 254+196+93=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC45D is #013BA2. Grayscale: #CACACA. Windows color (decimal): -80803 or 6145278. OLE color: 6145278.
HSL color Cylindrical-coordinate representation of color #FEC45D: hue angle of 38.39º 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 #FEC45D is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 93 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.00 |
| HSL | 38.39º | 0.99% | 0.68% | - |
| HSV(B) | 38.39º | 0.63% | 1% | - |
| XYZ | 62.59 | 61.34 | 18.9 | - |
| YUV | 201.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 93 | 0 | 0.23 | 0.63 | 0.00 | 38.39 | 0.99 | 0.68 |
| Hex | FE | C4 | 5D | 0 | 17 | 3F | 0 | 26 | 63 | 44 |
| Octal | 376 | 304 | 135 | 0 | 27 | 77 | 0 | 46 | 143 | 104 |
| Binary | 11111110 | 11000100 | 1011101 | 0 | 10111 | 111111 | 0 | 100110 | 1100011 | 1000100 |
Color Harmonies of #FEC45D
Complementary color
Monochromatic Colors of #FEC45D
Black with #FEC45D
Text Example
Text Example
White with #FEC45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC45D; }
p { color: rgb(254,196,93); }
H1.HeaderClassName
{
color: #FEC45D;
}
.AnyTagClassName
{
color: #FEC45D;
}
</style>
background-color css
<style>
a { background-color: #FEC45D; }
a { background-color: rgb(254,196,93); }
div.DivClassName
{
background-color: #FEC45D;
}
.BgClassName
{
background-color: #FEC45D;
}
</style>
border-color css
<style>
span { border-color: #FEC45D; }
span { border-color: rgb(254,196,93); }
td.TdClassName
{
border-color: #FEC45D;
}
.TagClassName
{
border-color: #FEC45D;
}
</style>