Shades of Golden Tainoi #FEC345
Tints of Golden Tainoi #FEC345
RGB
CMYK
RGB Variations
Color information
#FEC345 (or 0xFEC345) is known color: Golden Tainoi. HEX triplet: FE, C3 and 45. RGB value is (254,195,69). Sum of RGB (Red+Green+Blue) = 254+195+69=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 195 (76.56% from 255 or 37.64% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC345 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC345 is #013CBA. Grayscale: #C6C6C6. Windows color (decimal): -81083 or 4572158. OLE color: 4572158.
HSL color Cylindrical-coordinate representation of color #FEC345: hue angle of 40.86º 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 #FEC345 is Cyan = 0, Magento = 0.23, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 69 | - |
| CMYK | 0 | 0.23 | 0.73 | 0.00 |
| HSL | 40.86º | 0.99% | 0.63% | - |
| HSV(B) | 40.86º | 0.73% | 1% | - |
| XYZ | 61.46 | 60.53 | 14.07 | - |
| YUV | 198.28 | 55.05 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 69 | 0 | 0.23 | 0.73 | 0.00 | 40.86 | 0.99 | 0.63 |
| Hex | FE | C3 | 45 | 0 | 17 | 49 | 0 | 29 | 63 | 3F |
| Octal | 376 | 303 | 105 | 0 | 27 | 111 | 0 | 51 | 143 | 77 |
| Binary | 11111110 | 11000011 | 1000101 | 0 | 10111 | 1001001 | 0 | 101001 | 1100011 | 111111 |
Color Harmonies of #FEC345
Complementary color
Monochromatic Colors of #FEC345
Black with #FEC345
Text Example
Text Example
White with #FEC345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC345; }
p { color: rgb(254,195,69); }
H1.HeaderClassName
{
color: #FEC345;
}
.AnyTagClassName
{
color: #FEC345;
}
</style>
background-color css
<style>
a { background-color: #FEC345; }
a { background-color: rgb(254,195,69); }
div.DivClassName
{
background-color: #FEC345;
}
.BgClassName
{
background-color: #FEC345;
}
</style>
border-color css
<style>
span { border-color: #FEC345; }
span { border-color: rgb(254,195,69); }
td.TdClassName
{
border-color: #FEC345;
}
.TagClassName
{
border-color: #FEC345;
}
</style>