Shades of Golden Tainoi #FEC844
Tints of Golden Tainoi #FEC844
RGB
CMYK
RGB Variations
Color information
#FEC844 (or 0xFEC844) is known color: Golden Tainoi. HEX triplet: FE, C8 and 44. RGB value is (254,200,68). Sum of RGB (Red+Green+Blue) = 254+200+68=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 68 (26.95% from 255 or 13.03% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC844 is #0137BB. Grayscale: #C9C9C9. Windows color (decimal): -79804 or 4507902. OLE color: 4507902.
HSL color Cylindrical-coordinate representation of color #FEC844: hue angle of 42.58º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEC844 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 68 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.00 |
| HSL | 42.58º | 0.99% | 0.63% | - |
| HSV(B) | 42.58º | 0.73% | 1% | - |
| XYZ | 62.57 | 62.8 | 14.29 | - |
| YUV | 201.1 | 52.89 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 68 | 0 | 0.21 | 0.73 | 0.00 | 42.58 | 0.99 | 0.63 |
| Hex | FE | C8 | 44 | 0 | 15 | 49 | 0 | 2B | 63 | 3F |
| Octal | 376 | 310 | 104 | 0 | 25 | 111 | 0 | 53 | 143 | 77 |
| Binary | 11111110 | 11001000 | 1000100 | 0 | 10101 | 1001001 | 0 | 101011 | 1100011 | 111111 |
Color Harmonies of #FEC844
Complementary color
Monochromatic Colors of #FEC844
Black with #FEC844
Text Example
Text Example
White with #FEC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC844; }
p { color: rgb(254,200,68); }
H1.HeaderClassName
{
color: #FEC844;
}
.AnyTagClassName
{
color: #FEC844;
}
</style>
background-color css
<style>
a { background-color: #FEC844; }
a { background-color: rgb(254,200,68); }
div.DivClassName
{
background-color: #FEC844;
}
.BgClassName
{
background-color: #FEC844;
}
</style>
border-color css
<style>
span { border-color: #FEC844; }
span { border-color: rgb(254,200,68); }
td.TdClassName
{
border-color: #FEC844;
}
.TagClassName
{
border-color: #FEC844;
}
</style>