Shades of Golden Tainoi #FEC945
Tints of Golden Tainoi #FEC945
RGB
CMYK
RGB Variations
Color information
#FEC945 (or 0xFEC945) is known color: Golden Tainoi. HEX triplet: FE, C9 and 45. RGB value is (254,201,69). Sum of RGB (Red+Green+Blue) = 254+201+69=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 201 (78.91% from 255 or 38.36% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC945 is #0136BA. Grayscale: #CACACA. Windows color (decimal): -79547 or 4573694. OLE color: 4573694.
HSL color Cylindrical-coordinate representation of color #FEC945: hue angle of 42.81º 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 #FEC945 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 69 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.00 |
| HSL | 42.81º | 0.99% | 0.63% | - |
| HSV(B) | 42.81º | 0.73% | 1% | - |
| XYZ | 62.83 | 63.27 | 14.53 | - |
| YUV | 201.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 69 | 0 | 0.21 | 0.73 | 0.00 | 42.81 | 0.99 | 0.63 |
| Hex | FE | C9 | 45 | 0 | 15 | 49 | 0 | 2B | 63 | 3F |
| Octal | 376 | 311 | 105 | 0 | 25 | 111 | 0 | 53 | 143 | 77 |
| Binary | 11111110 | 11001001 | 1000101 | 0 | 10101 | 1001001 | 0 | 101011 | 1100011 | 111111 |
Color Harmonies of #FEC945
Complementary color
Monochromatic Colors of #FEC945
Black with #FEC945
Text Example
Text Example
White with #FEC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC945; }
p { color: rgb(254,201,69); }
H1.HeaderClassName
{
color: #FEC945;
}
.AnyTagClassName
{
color: #FEC945;
}
</style>
background-color css
<style>
a { background-color: #FEC945; }
a { background-color: rgb(254,201,69); }
div.DivClassName
{
background-color: #FEC945;
}
.BgClassName
{
background-color: #FEC945;
}
</style>
border-color css
<style>
span { border-color: #FEC945; }
span { border-color: rgb(254,201,69); }
td.TdClassName
{
border-color: #FEC945;
}
.TagClassName
{
border-color: #FEC945;
}
</style>