Shades of Golden Tainoi #FEC850
Tints of Golden Tainoi #FEC850
RGB
CMYK
RGB Variations
Color information
#FEC850 (or 0xFEC850) is known color: Golden Tainoi. HEX triplet: FE, C8 and 50. RGB value is (254,200,80). Sum of RGB (Red+Green+Blue) = 254+200+80=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 80 (31.64% from 255 or 14.98% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC850 is #0137AF. Grayscale: #CBCBCB. Windows color (decimal): -79792 or 5294334. OLE color: 5294334.
HSL color Cylindrical-coordinate representation of color #FEC850: hue angle of 41.38º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEC850 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 80 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.00 |
| HSL | 41.38º | 0.99% | 0.65% | - |
| HSV(B) | 41.38º | 0.69% | 1% | - |
| XYZ | 62.98 | 62.96 | 16.42 | - |
| YUV | 202.47 | 58.89 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 80 | 0 | 0.21 | 0.69 | 0.00 | 41.38 | 0.99 | 0.65 |
| Hex | FE | C8 | 50 | 0 | 15 | 45 | 0 | 29 | 63 | 41 |
| Octal | 376 | 310 | 120 | 0 | 25 | 105 | 0 | 51 | 143 | 101 |
| Binary | 11111110 | 11001000 | 1010000 | 0 | 10101 | 1000101 | 0 | 101001 | 1100011 | 1000001 |
Color Harmonies of #FEC850
Complementary color
Monochromatic Colors of #FEC850
Black with #FEC850
Text Example
Text Example
White with #FEC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC850; }
p { color: rgb(254,200,80); }
H1.HeaderClassName
{
color: #FEC850;
}
.AnyTagClassName
{
color: #FEC850;
}
</style>
background-color css
<style>
a { background-color: #FEC850; }
a { background-color: rgb(254,200,80); }
div.DivClassName
{
background-color: #FEC850;
}
.BgClassName
{
background-color: #FEC850;
}
</style>
border-color css
<style>
span { border-color: #FEC850; }
span { border-color: rgb(254,200,80); }
td.TdClassName
{
border-color: #FEC850;
}
.TagClassName
{
border-color: #FEC850;
}
</style>