Shades of Golden Tainoi #FEC45C
Tints of Golden Tainoi #FEC45C
RGB
CMYK
RGB Variations
Color information
#FEC45C (or 0xFEC45C) is known color: Golden Tainoi. HEX triplet: FE, C4 and 5C. RGB value is (254,196,92). Sum of RGB (Red+Green+Blue) = 254+196+92=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 92 (36.33% from 255 or 16.97% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC45C is #013BA3. Grayscale: #C9C9C9. Windows color (decimal): -80804 or 6079742. OLE color: 6079742.
HSL color Cylindrical-coordinate representation of color #FEC45C: hue angle of 38.52º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEC45C is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 92 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.00 |
| HSL | 38.52º | 0.99% | 0.68% | - |
| HSV(B) | 38.52º | 0.64% | 1% | - |
| XYZ | 62.54 | 61.32 | 18.67 | - |
| YUV | 201.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 92 | 0 | 0.23 | 0.64 | 0.00 | 38.52 | 0.99 | 0.68 |
| Hex | FE | C4 | 5C | 0 | 17 | 40 | 0 | 27 | 63 | 44 |
| Octal | 376 | 304 | 134 | 0 | 27 | 100 | 0 | 47 | 143 | 104 |
| Binary | 11111110 | 11000100 | 1011100 | 0 | 10111 | 1000000 | 0 | 100111 | 1100011 | 1000100 |
Color Harmonies of #FEC45C
Complementary color
Monochromatic Colors of #FEC45C
Black with #FEC45C
Text Example
Text Example
White with #FEC45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC45C; }
p { color: rgb(254,196,92); }
H1.HeaderClassName
{
color: #FEC45C;
}
.AnyTagClassName
{
color: #FEC45C;
}
</style>
background-color css
<style>
a { background-color: #FEC45C; }
a { background-color: rgb(254,196,92); }
div.DivClassName
{
background-color: #FEC45C;
}
.BgClassName
{
background-color: #FEC45C;
}
</style>
border-color css
<style>
span { border-color: #FEC45C; }
span { border-color: rgb(254,196,92); }
td.TdClassName
{
border-color: #FEC45C;
}
.TagClassName
{
border-color: #FEC45C;
}
</style>