Shades of Golden Tainoi #FEC356
Tints of Golden Tainoi #FEC356
RGB
CMYK
RGB Variations
Color information
#FEC356 (or 0xFEC356) is known color: Golden Tainoi. HEX triplet: FE, C3 and 56. RGB value is (254,195,86). Sum of RGB (Red+Green+Blue) = 254+195+86=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC356 is #013CA9. Grayscale: #C8C8C8. Windows color (decimal): -81066 or 5686270. OLE color: 5686270.
HSL color Cylindrical-coordinate representation of color #FEC356: hue angle of 38.93º 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 #FEC356 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 86 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.00 |
| HSL | 38.93º | 0.99% | 0.67% | - |
| HSV(B) | 38.93º | 0.66% | 1% | - |
| XYZ | 62.07 | 60.77 | 17.26 | - |
| YUV | 200.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 86 | 0 | 0.23 | 0.66 | 0.00 | 38.93 | 0.99 | 0.67 |
| Hex | FE | C3 | 56 | 0 | 17 | 42 | 0 | 27 | 63 | 43 |
| Octal | 376 | 303 | 126 | 0 | 27 | 102 | 0 | 47 | 143 | 103 |
| Binary | 11111110 | 11000011 | 1010110 | 0 | 10111 | 1000010 | 0 | 100111 | 1100011 | 1000011 |
Color Harmonies of #FEC356
Complementary color
Monochromatic Colors of #FEC356
Black with #FEC356
Text Example
Text Example
White with #FEC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC356; }
p { color: rgb(254,195,86); }
H1.HeaderClassName
{
color: #FEC356;
}
.AnyTagClassName
{
color: #FEC356;
}
</style>
background-color css
<style>
a { background-color: #FEC356; }
a { background-color: rgb(254,195,86); }
div.DivClassName
{
background-color: #FEC356;
}
.BgClassName
{
background-color: #FEC356;
}
</style>
border-color css
<style>
span { border-color: #FEC356; }
span { border-color: rgb(254,195,86); }
td.TdClassName
{
border-color: #FEC356;
}
.TagClassName
{
border-color: #FEC356;
}
</style>