Shades of Golden Tainoi #FEC361
Tints of Golden Tainoi #FEC361
RGB
CMYK
RGB Variations
Color information
#FEC361 (or 0xFEC361) is known color: Golden Tainoi. HEX triplet: FE, C3 and 61. RGB value is (254,195,97). Sum of RGB (Red+Green+Blue) = 254+195+97=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC361 is #013C9E. Grayscale: #C9C9C9. Windows color (decimal): -81055 or 6407166. OLE color: 6407166.
HSL color Cylindrical-coordinate representation of color #FEC361: hue angle of 37.45º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEC361 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 97 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.00 |
| HSL | 37.45º | 0.99% | 0.69% | - |
| HSV(B) | 37.45º | 0.62% | 1% | - |
| XYZ | 62.55 | 60.96 | 19.78 | - |
| YUV | 201.47 | 69.05 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 97 | 0 | 0.23 | 0.62 | 0.00 | 37.45 | 0.99 | 0.69 |
| Hex | FE | C3 | 61 | 0 | 17 | 3E | 0 | 25 | 63 | 45 |
| Octal | 376 | 303 | 141 | 0 | 27 | 76 | 0 | 45 | 143 | 105 |
| Binary | 11111110 | 11000011 | 1100001 | 0 | 10111 | 111110 | 0 | 100101 | 1100011 | 1000101 |
Color Harmonies of #FEC361
Complementary color
Monochromatic Colors of #FEC361
Black with #FEC361
Text Example
Text Example
White with #FEC361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC361; }
p { color: rgb(254,195,97); }
H1.HeaderClassName
{
color: #FEC361;
}
.AnyTagClassName
{
color: #FEC361;
}
</style>
background-color css
<style>
a { background-color: #FEC361; }
a { background-color: rgb(254,195,97); }
div.DivClassName
{
background-color: #FEC361;
}
.BgClassName
{
background-color: #FEC361;
}
</style>
border-color css
<style>
span { border-color: #FEC361; }
span { border-color: rgb(254,195,97); }
td.TdClassName
{
border-color: #FEC361;
}
.TagClassName
{
border-color: #FEC361;
}
</style>