Shades of Golden Tainoi #FEC145
Tints of Golden Tainoi #FEC145
RGB
CMYK
RGB Variations
Color information
#FEC145 (or 0xFEC145) is known color: Golden Tainoi. HEX triplet: FE, C1 and 45. RGB value is (254,193,69). Sum of RGB (Red+Green+Blue) = 254+193+69=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 69 (27.34% from 255 or 13.37% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC145 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC145 is #013EBA. Grayscale: #C5C5C5. Windows color (decimal): -81595 or 4571646. OLE color: 4571646.
HSL color Cylindrical-coordinate representation of color #FEC145: hue angle of 40.22º 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 #FEC145 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 69 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.00 |
| HSL | 40.22º | 0.99% | 0.63% | - |
| HSV(B) | 40.22º | 0.73% | 1% | - |
| XYZ | 61.02 | 59.64 | 13.93 | - |
| YUV | 197.1 | 55.71 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 69 | 0 | 0.24 | 0.73 | 0.00 | 40.22 | 0.99 | 0.63 |
| Hex | FE | C1 | 45 | 0 | 18 | 49 | 0 | 28 | 63 | 3F |
| Octal | 376 | 301 | 105 | 0 | 30 | 111 | 0 | 50 | 143 | 77 |
| Binary | 11111110 | 11000001 | 1000101 | 0 | 11000 | 1001001 | 0 | 101000 | 1100011 | 111111 |
Color Harmonies of #FEC145
Complementary color
Monochromatic Colors of #FEC145
Black with #FEC145
Text Example
Text Example
White with #FEC145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC145; }
p { color: rgb(254,193,69); }
H1.HeaderClassName
{
color: #FEC145;
}
.AnyTagClassName
{
color: #FEC145;
}
</style>
background-color css
<style>
a { background-color: #FEC145; }
a { background-color: rgb(254,193,69); }
div.DivClassName
{
background-color: #FEC145;
}
.BgClassName
{
background-color: #FEC145;
}
</style>
border-color css
<style>
span { border-color: #FEC145; }
span { border-color: rgb(254,193,69); }
td.TdClassName
{
border-color: #FEC145;
}
.TagClassName
{
border-color: #FEC145;
}
</style>