Shades of Golden Tainoi #FEC45F
Tints of Golden Tainoi #FEC45F
RGB
CMYK
RGB Variations
Color information
#FEC45F (or 0xFEC45F) is known color: Golden Tainoi. HEX triplet: FE, C4 and 5F. RGB value is (254,196,95). Sum of RGB (Red+Green+Blue) = 254+196+95=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC45F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC45F is #013BA0. Grayscale: #CACACA. Windows color (decimal): -80801 or 6276350. OLE color: 6276350.
HSL color Cylindrical-coordinate representation of color #FEC45F: hue angle of 38.11º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEC45F is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 95 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.00 |
| HSL | 38.11º | 0.99% | 0.68% | - |
| HSV(B) | 38.11º | 0.63% | 1% | - |
| XYZ | 62.68 | 61.38 | 19.37 | - |
| YUV | 201.83 | 67.72 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 95 | 0 | 0.23 | 0.63 | 0.00 | 38.11 | 0.99 | 0.68 |
| Hex | FE | C4 | 5F | 0 | 17 | 3F | 0 | 26 | 63 | 44 |
| Octal | 376 | 304 | 137 | 0 | 27 | 77 | 0 | 46 | 143 | 104 |
| Binary | 11111110 | 11000100 | 1011111 | 0 | 10111 | 111111 | 0 | 100110 | 1100011 | 1000100 |
Color Harmonies of #FEC45F
Complementary color
Monochromatic Colors of #FEC45F
Black with #FEC45F
Text Example
Text Example
White with #FEC45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC45F; }
p { color: rgb(254,196,95); }
H1.HeaderClassName
{
color: #FEC45F;
}
.AnyTagClassName
{
color: #FEC45F;
}
</style>
background-color css
<style>
a { background-color: #FEC45F; }
a { background-color: rgb(254,196,95); }
div.DivClassName
{
background-color: #FEC45F;
}
.BgClassName
{
background-color: #FEC45F;
}
</style>
border-color css
<style>
span { border-color: #FEC45F; }
span { border-color: rgb(254,196,95); }
td.TdClassName
{
border-color: #FEC45F;
}
.TagClassName
{
border-color: #FEC45F;
}
</style>