Shades of Golden Tainoi #FEC446
Tints of Golden Tainoi #FEC446
RGB
CMYK
RGB Variations
Color information
#FEC446 (or 0xFEC446) is known color: Golden Tainoi. HEX triplet: FE, C4 and 46. RGB value is (254,196,70). Sum of RGB (Red+Green+Blue) = 254+196+70=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC446 is #013BB9. Grayscale: #C7C7C7. Windows color (decimal): -80826 or 4637950. OLE color: 4637950.
HSL color Cylindrical-coordinate representation of color #FEC446: hue angle of 41.09º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEC446 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 70 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.00 |
| HSL | 41.09º | 0.99% | 0.64% | - |
| HSV(B) | 41.09º | 0.72% | 1% | - |
| XYZ | 61.72 | 60.99 | 14.31 | - |
| YUV | 198.98 | 55.22 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 70 | 0 | 0.23 | 0.72 | 0.00 | 41.09 | 0.99 | 0.64 |
| Hex | FE | C4 | 46 | 0 | 17 | 48 | 0 | 29 | 63 | 40 |
| Octal | 376 | 304 | 106 | 0 | 27 | 110 | 0 | 51 | 143 | 100 |
| Binary | 11111110 | 11000100 | 1000110 | 0 | 10111 | 1001000 | 0 | 101001 | 1100011 | 1000000 |
Color Harmonies of #FEC446
Complementary color
Monochromatic Colors of #FEC446
Black with #FEC446
Text Example
Text Example
White with #FEC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC446; }
p { color: rgb(254,196,70); }
H1.HeaderClassName
{
color: #FEC446;
}
.AnyTagClassName
{
color: #FEC446;
}
</style>
background-color css
<style>
a { background-color: #FEC446; }
a { background-color: rgb(254,196,70); }
div.DivClassName
{
background-color: #FEC446;
}
.BgClassName
{
background-color: #FEC446;
}
</style>
border-color css
<style>
span { border-color: #FEC446; }
span { border-color: rgb(254,196,70); }
td.TdClassName
{
border-color: #FEC446;
}
.TagClassName
{
border-color: #FEC446;
}
</style>