Shades of Golden Tainoi #FEC046
Tints of Golden Tainoi #FEC046
RGB
CMYK
RGB Variations
Color information
#FEC046 (or 0xFEC046) is known color: Golden Tainoi. HEX triplet: FE, C0 and 46. RGB value is (254,192,70). Sum of RGB (Red+Green+Blue) = 254+192+70=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC046 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC046 is #013FB9. Grayscale: #C5C5C5. Windows color (decimal): -81850 or 4636926. OLE color: 4636926.
HSL color Cylindrical-coordinate representation of color #FEC046: hue angle of 39.78º 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 #FEC046 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 70 | - |
| CMYK | 0 | 0.24 | 0.72 | 0.00 |
| HSL | 39.78º | 0.99% | 0.64% | - |
| HSV(B) | 39.78º | 0.72% | 1% | - |
| XYZ | 60.83 | 59.21 | 14.02 | - |
| YUV | 196.63 | 56.54 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 70 | 0 | 0.24 | 0.72 | 0.00 | 39.78 | 0.99 | 0.64 |
| Hex | FE | C0 | 46 | 0 | 18 | 48 | 0 | 28 | 63 | 40 |
| Octal | 376 | 300 | 106 | 0 | 30 | 110 | 0 | 50 | 143 | 100 |
| Binary | 11111110 | 11000000 | 1000110 | 0 | 11000 | 1001000 | 0 | 101000 | 1100011 | 1000000 |
Color Harmonies of #FEC046
Complementary color
Monochromatic Colors of #FEC046
Black with #FEC046
Text Example
Text Example
White with #FEC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC046; }
p { color: rgb(254,192,70); }
H1.HeaderClassName
{
color: #FEC046;
}
.AnyTagClassName
{
color: #FEC046;
}
</style>
background-color css
<style>
a { background-color: #FEC046; }
a { background-color: rgb(254,192,70); }
div.DivClassName
{
background-color: #FEC046;
}
.BgClassName
{
background-color: #FEC046;
}
</style>
border-color css
<style>
span { border-color: #FEC046; }
span { border-color: rgb(254,192,70); }
td.TdClassName
{
border-color: #FEC046;
}
.TagClassName
{
border-color: #FEC046;
}
</style>