Shades of Golden Tainoi #FEC745
Tints of Golden Tainoi #FEC745
RGB
CMYK
RGB Variations
Color information
#FEC745 (or 0xFEC745) is known color: Golden Tainoi. HEX triplet: FE, C7 and 45. RGB value is (254,199,69). Sum of RGB (Red+Green+Blue) = 254+199+69=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 69 (27.34% from 255 or 13.22% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC745 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC745 is #0138BA. Grayscale: #C9C9C9. Windows color (decimal): -80059 or 4573182. OLE color: 4573182.
HSL color Cylindrical-coordinate representation of color #FEC745: hue angle of 42.16º 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 #FEC745 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 69 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.00 |
| HSL | 42.16º | 0.99% | 0.63% | - |
| HSV(B) | 42.16º | 0.73% | 1% | - |
| XYZ | 62.37 | 62.35 | 14.38 | - |
| YUV | 200.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 69 | 0 | 0.22 | 0.73 | 0.00 | 42.16 | 0.99 | 0.63 |
| Hex | FE | C7 | 45 | 0 | 16 | 49 | 0 | 2A | 63 | 3F |
| Octal | 376 | 307 | 105 | 0 | 26 | 111 | 0 | 52 | 143 | 77 |
| Binary | 11111110 | 11000111 | 1000101 | 0 | 10110 | 1001001 | 0 | 101010 | 1100011 | 111111 |
Color Harmonies of #FEC745
Complementary color
Monochromatic Colors of #FEC745
Black with #FEC745
Text Example
Text Example
White with #FEC745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC745; }
p { color: rgb(254,199,69); }
H1.HeaderClassName
{
color: #FEC745;
}
.AnyTagClassName
{
color: #FEC745;
}
</style>
background-color css
<style>
a { background-color: #FEC745; }
a { background-color: rgb(254,199,69); }
div.DivClassName
{
background-color: #FEC745;
}
.BgClassName
{
background-color: #FEC745;
}
</style>
border-color css
<style>
span { border-color: #FEC745; }
span { border-color: rgb(254,199,69); }
td.TdClassName
{
border-color: #FEC745;
}
.TagClassName
{
border-color: #FEC745;
}
</style>