Shades of Golden Tainoi #FEC944
Tints of Golden Tainoi #FEC944
RGB
CMYK
RGB Variations
Color information
#FEC944 (or 0xFEC944) is known color: Golden Tainoi. HEX triplet: FE, C9 and 44. RGB value is (254,201,68). Sum of RGB (Red+Green+Blue) = 254+201+68=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC944 is #0136BB. Grayscale: #CACACA. Windows color (decimal): -79548 or 4508158. OLE color: 4508158.
HSL color Cylindrical-coordinate representation of color #FEC944: hue angle of 42.9º 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 #FEC944 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 68 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.00 |
| HSL | 42.9º | 0.99% | 0.63% | - |
| HSV(B) | 42.9º | 0.73% | 1% | - |
| XYZ | 62.8 | 63.26 | 14.37 | - |
| YUV | 201.69 | 52.56 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 68 | 0 | 0.21 | 0.73 | 0.00 | 42.9 | 0.99 | 0.63 |
| Hex | FE | C9 | 44 | 0 | 15 | 49 | 0 | 2B | 63 | 3F |
| Octal | 376 | 311 | 104 | 0 | 25 | 111 | 0 | 53 | 143 | 77 |
| Binary | 11111110 | 11001001 | 1000100 | 0 | 10101 | 1001001 | 0 | 101011 | 1100011 | 111111 |
Color Harmonies of #FEC944
Complementary color
Monochromatic Colors of #FEC944
Black with #FEC944
Text Example
Text Example
White with #FEC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC944; }
p { color: rgb(254,201,68); }
H1.HeaderClassName
{
color: #FEC944;
}
.AnyTagClassName
{
color: #FEC944;
}
</style>
background-color css
<style>
a { background-color: #FEC944; }
a { background-color: rgb(254,201,68); }
div.DivClassName
{
background-color: #FEC944;
}
.BgClassName
{
background-color: #FEC944;
}
</style>
border-color css
<style>
span { border-color: #FEC944; }
span { border-color: rgb(254,201,68); }
td.TdClassName
{
border-color: #FEC944;
}
.TagClassName
{
border-color: #FEC944;
}
</style>