Shades of Golden Tainoi #FEC358
Tints of Golden Tainoi #FEC358
RGB
CMYK
RGB Variations
Color information
#FEC358 (or 0xFEC358) is known color: Golden Tainoi. HEX triplet: FE, C3 and 58. RGB value is (254,195,88). Sum of RGB (Red+Green+Blue) = 254+195+88=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 195 (76.56% from 255 or 36.31% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC358 is #013CA7. Grayscale: #C8C8C8. Windows color (decimal): -81064 or 5817342. OLE color: 5817342.
HSL color Cylindrical-coordinate representation of color #FEC358: hue angle of 38.67º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEC358 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 88 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.00 |
| HSL | 38.67º | 0.99% | 0.67% | - |
| HSV(B) | 38.67º | 0.65% | 1% | - |
| XYZ | 62.15 | 60.81 | 17.69 | - |
| YUV | 200.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 88 | 0 | 0.23 | 0.65 | 0.00 | 38.67 | 0.99 | 0.67 |
| Hex | FE | C3 | 58 | 0 | 17 | 41 | 0 | 27 | 63 | 43 |
| Octal | 376 | 303 | 130 | 0 | 27 | 101 | 0 | 47 | 143 | 103 |
| Binary | 11111110 | 11000011 | 1011000 | 0 | 10111 | 1000001 | 0 | 100111 | 1100011 | 1000011 |
Color Harmonies of #FEC358
Complementary color
Monochromatic Colors of #FEC358
Black with #FEC358
Text Example
Text Example
White with #FEC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC358; }
p { color: rgb(254,195,88); }
H1.HeaderClassName
{
color: #FEC358;
}
.AnyTagClassName
{
color: #FEC358;
}
</style>
background-color css
<style>
a { background-color: #FEC358; }
a { background-color: rgb(254,195,88); }
div.DivClassName
{
background-color: #FEC358;
}
.BgClassName
{
background-color: #FEC358;
}
</style>
border-color css
<style>
span { border-color: #FEC358; }
span { border-color: rgb(254,195,88); }
td.TdClassName
{
border-color: #FEC358;
}
.TagClassName
{
border-color: #FEC358;
}
</style>