Shades of Golden Tainoi #FEC057
Tints of Golden Tainoi #FEC057
RGB
CMYK
RGB Variations
Color information
#FEC057 (or 0xFEC057) is known color: Golden Tainoi. HEX triplet: FE, C0 and 57. RGB value is (254,192,87). Sum of RGB (Red+Green+Blue) = 254+192+87=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC057 is #013FA8. Grayscale: #C7C7C7. Windows color (decimal): -81833 or 5751038. OLE color: 5751038.
HSL color Cylindrical-coordinate representation of color #FEC057: hue angle of 37.72º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEC057 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 87 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.00 |
| HSL | 37.72º | 0.99% | 0.67% | - |
| HSV(B) | 37.72º | 0.66% | 1% | - |
| XYZ | 61.44 | 59.46 | 17.26 | - |
| YUV | 198.57 | 65.04 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 87 | 0 | 0.24 | 0.66 | 0.00 | 37.72 | 0.99 | 0.67 |
| Hex | FE | C0 | 57 | 0 | 18 | 42 | 0 | 26 | 63 | 43 |
| Octal | 376 | 300 | 127 | 0 | 30 | 102 | 0 | 46 | 143 | 103 |
| Binary | 11111110 | 11000000 | 1010111 | 0 | 11000 | 1000010 | 0 | 100110 | 1100011 | 1000011 |
Color Harmonies of #FEC057
Complementary color
Monochromatic Colors of #FEC057
Black with #FEC057
Text Example
Text Example
White with #FEC057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC057; }
p { color: rgb(254,192,87); }
H1.HeaderClassName
{
color: #FEC057;
}
.AnyTagClassName
{
color: #FEC057;
}
</style>
background-color css
<style>
a { background-color: #FEC057; }
a { background-color: rgb(254,192,87); }
div.DivClassName
{
background-color: #FEC057;
}
.BgClassName
{
background-color: #FEC057;
}
</style>
border-color css
<style>
span { border-color: #FEC057; }
span { border-color: rgb(254,192,87); }
td.TdClassName
{
border-color: #FEC057;
}
.TagClassName
{
border-color: #FEC057;
}
</style>