Shades of Golden Tainoi #FEC355
Tints of Golden Tainoi #FEC355
RGB
CMYK
RGB Variations
Color information
#FEC355 (or 0xFEC355) is known color: Golden Tainoi. HEX triplet: FE, C3 and 55. RGB value is (254,195,85). Sum of RGB (Red+Green+Blue) = 254+195+85=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC355 is #013CAA. Grayscale: #C8C8C8. Windows color (decimal): -81067 or 5620734. OLE color: 5620734.
HSL color Cylindrical-coordinate representation of color #FEC355: hue angle of 39.05º 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 #FEC355 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 85 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.00 |
| HSL | 39.05º | 0.99% | 0.66% | - |
| HSV(B) | 39.05º | 0.67% | 1% | - |
| XYZ | 62.03 | 60.76 | 17.05 | - |
| YUV | 200.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 85 | 0 | 0.23 | 0.67 | 0.00 | 39.05 | 0.99 | 0.66 |
| Hex | FE | C3 | 55 | 0 | 17 | 43 | 0 | 27 | 63 | 42 |
| Octal | 376 | 303 | 125 | 0 | 27 | 103 | 0 | 47 | 143 | 102 |
| Binary | 11111110 | 11000011 | 1010101 | 0 | 10111 | 1000011 | 0 | 100111 | 1100011 | 1000010 |
Color Harmonies of #FEC355
Complementary color
Monochromatic Colors of #FEC355
Black with #FEC355
Text Example
Text Example
White with #FEC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC355; }
p { color: rgb(254,195,85); }
H1.HeaderClassName
{
color: #FEC355;
}
.AnyTagClassName
{
color: #FEC355;
}
</style>
background-color css
<style>
a { background-color: #FEC355; }
a { background-color: rgb(254,195,85); }
div.DivClassName
{
background-color: #FEC355;
}
.BgClassName
{
background-color: #FEC355;
}
</style>
border-color css
<style>
span { border-color: #FEC355; }
span { border-color: rgb(254,195,85); }
td.TdClassName
{
border-color: #FEC355;
}
.TagClassName
{
border-color: #FEC355;
}
</style>