Shades of Golden Tainoi #FEC849
Tints of Golden Tainoi #FEC849
RGB
CMYK
RGB Variations
Color information
#FEC849 (or 0xFEC849) is known color: Golden Tainoi. HEX triplet: FE, C8 and 49. RGB value is (254,200,73). Sum of RGB (Red+Green+Blue) = 254+200+73=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 73 (28.91% from 255 or 13.85% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC849 is #0137B6. Grayscale: #CACACA. Windows color (decimal): -79799 or 4835582. OLE color: 4835582.
HSL color Cylindrical-coordinate representation of color #FEC849: hue angle of 42.1º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEC849 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 73 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.00 |
| HSL | 42.1º | 0.99% | 0.64% | - |
| HSV(B) | 42.1º | 0.71% | 1% | - |
| XYZ | 62.73 | 62.86 | 15.13 | - |
| YUV | 201.67 | 55.39 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 73 | 0 | 0.21 | 0.71 | 0.00 | 42.1 | 0.99 | 0.64 |
| Hex | FE | C8 | 49 | 0 | 15 | 47 | 0 | 2A | 63 | 40 |
| Octal | 376 | 310 | 111 | 0 | 25 | 107 | 0 | 52 | 143 | 100 |
| Binary | 11111110 | 11001000 | 1001001 | 0 | 10101 | 1000111 | 0 | 101010 | 1100011 | 1000000 |
Color Harmonies of #FEC849
Complementary color
Monochromatic Colors of #FEC849
Black with #FEC849
Text Example
Text Example
White with #FEC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC849; }
p { color: rgb(254,200,73); }
H1.HeaderClassName
{
color: #FEC849;
}
.AnyTagClassName
{
color: #FEC849;
}
</style>
background-color css
<style>
a { background-color: #FEC849; }
a { background-color: rgb(254,200,73); }
div.DivClassName
{
background-color: #FEC849;
}
.BgClassName
{
background-color: #FEC849;
}
</style>
border-color css
<style>
span { border-color: #FEC849; }
span { border-color: rgb(254,200,73); }
td.TdClassName
{
border-color: #FEC849;
}
.TagClassName
{
border-color: #FEC849;
}
</style>