Shades of Golden Tainoi #FEC357
Tints of Golden Tainoi #FEC357
RGB
CMYK
RGB Variations
Color information
#FEC357 (or 0xFEC357) is known color: Golden Tainoi. HEX triplet: FE, C3 and 57. RGB value is (254,195,87). Sum of RGB (Red+Green+Blue) = 254+195+87=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 87 (34.38% from 255 or 16.23% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC357 is #013CA8. Grayscale: #C8C8C8. Windows color (decimal): -81065 or 5751806. OLE color: 5751806.
HSL color Cylindrical-coordinate representation of color #FEC357: hue angle of 38.8º 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 #FEC357 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 87 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.00 |
| HSL | 38.8º | 0.99% | 0.67% | - |
| HSV(B) | 38.8º | 0.66% | 1% | - |
| XYZ | 62.11 | 60.79 | 17.48 | - |
| YUV | 200.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 87 | 0 | 0.23 | 0.66 | 0.00 | 38.8 | 0.99 | 0.67 |
| Hex | FE | C3 | 57 | 0 | 17 | 42 | 0 | 27 | 63 | 43 |
| Octal | 376 | 303 | 127 | 0 | 27 | 102 | 0 | 47 | 143 | 103 |
| Binary | 11111110 | 11000011 | 1010111 | 0 | 10111 | 1000010 | 0 | 100111 | 1100011 | 1000011 |
Color Harmonies of #FEC357
Complementary color
Monochromatic Colors of #FEC357
Black with #FEC357
Text Example
Text Example
White with #FEC357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC357; }
p { color: rgb(254,195,87); }
H1.HeaderClassName
{
color: #FEC357;
}
.AnyTagClassName
{
color: #FEC357;
}
</style>
background-color css
<style>
a { background-color: #FEC357; }
a { background-color: rgb(254,195,87); }
div.DivClassName
{
background-color: #FEC357;
}
.BgClassName
{
background-color: #FEC357;
}
</style>
border-color css
<style>
span { border-color: #FEC357; }
span { border-color: rgb(254,195,87); }
td.TdClassName
{
border-color: #FEC357;
}
.TagClassName
{
border-color: #FEC357;
}
</style>