Shades of Golden Tainoi #FEC857
Tints of Golden Tainoi #FEC857
RGB
CMYK
RGB Variations
Color information
#FEC857 (or 0xFEC857) is known color: Golden Tainoi. HEX triplet: FE, C8 and 57. RGB value is (254,200,87). Sum of RGB (Red+Green+Blue) = 254+200+87=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 87 (34.38% from 255 or 16.08% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC857 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC857 is #0137A8. Grayscale: #CBCBCB. Windows color (decimal): -79785 or 5753086. OLE color: 5753086.
HSL color Cylindrical-coordinate representation of color #FEC857: hue angle of 40.6º 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 #FEC857 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 87 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.00 |
| HSL | 40.6º | 0.99% | 0.67% | - |
| HSV(B) | 40.6º | 0.66% | 1% | - |
| XYZ | 63.25 | 63.07 | 17.86 | - |
| YUV | 203.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 87 | 0 | 0.21 | 0.66 | 0.00 | 40.6 | 0.99 | 0.67 |
| Hex | FE | C8 | 57 | 0 | 15 | 42 | 0 | 29 | 63 | 43 |
| Octal | 376 | 310 | 127 | 0 | 25 | 102 | 0 | 51 | 143 | 103 |
| Binary | 11111110 | 11001000 | 1010111 | 0 | 10101 | 1000010 | 0 | 101001 | 1100011 | 1000011 |
Color Harmonies of #FEC857
Complementary color
Monochromatic Colors of #FEC857
Black with #FEC857
Text Example
Text Example
White with #FEC857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC857; }
p { color: rgb(254,200,87); }
H1.HeaderClassName
{
color: #FEC857;
}
.AnyTagClassName
{
color: #FEC857;
}
</style>
background-color css
<style>
a { background-color: #FEC857; }
a { background-color: rgb(254,200,87); }
div.DivClassName
{
background-color: #FEC857;
}
.BgClassName
{
background-color: #FEC857;
}
</style>
border-color css
<style>
span { border-color: #FEC857; }
span { border-color: rgb(254,200,87); }
td.TdClassName
{
border-color: #FEC857;
}
.TagClassName
{
border-color: #FEC857;
}
</style>