Shades of Golden Tainoi #FEC054
Tints of Golden Tainoi #FEC054
RGB
CMYK
RGB Variations
Color information
#FEC054 (or 0xFEC054) is known color: Golden Tainoi. HEX triplet: FE, C0 and 54. RGB value is (254,192,84). Sum of RGB (Red+Green+Blue) = 254+192+84=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC054 is #013FAB. Grayscale: #C6C6C6. Windows color (decimal): -81836 or 5554430. OLE color: 5554430.
HSL color Cylindrical-coordinate representation of color #FEC054: hue angle of 38.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEC054 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 84 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.00 |
| HSL | 38.12º | 0.99% | 0.66% | - |
| HSV(B) | 38.12º | 0.67% | 1% | - |
| XYZ | 61.32 | 59.41 | 16.62 | - |
| YUV | 198.23 | 63.54 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 84 | 0 | 0.24 | 0.67 | 0.00 | 38.12 | 0.99 | 0.66 |
| Hex | FE | C0 | 54 | 0 | 18 | 43 | 0 | 26 | 63 | 42 |
| Octal | 376 | 300 | 124 | 0 | 30 | 103 | 0 | 46 | 143 | 102 |
| Binary | 11111110 | 11000000 | 1010100 | 0 | 11000 | 1000011 | 0 | 100110 | 1100011 | 1000010 |
Color Harmonies of #FEC054
Complementary color
Monochromatic Colors of #FEC054
Black with #FEC054
Text Example
Text Example
White with #FEC054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC054; }
p { color: rgb(254,192,84); }
H1.HeaderClassName
{
color: #FEC054;
}
.AnyTagClassName
{
color: #FEC054;
}
</style>
background-color css
<style>
a { background-color: #FEC054; }
a { background-color: rgb(254,192,84); }
div.DivClassName
{
background-color: #FEC054;
}
.BgClassName
{
background-color: #FEC054;
}
</style>
border-color css
<style>
span { border-color: #FEC054; }
span { border-color: rgb(254,192,84); }
td.TdClassName
{
border-color: #FEC054;
}
.TagClassName
{
border-color: #FEC054;
}
</style>