Shades of Golden Tainoi #FEC147
Tints of Golden Tainoi #FEC147
RGB
CMYK
RGB Variations
Color information
#FEC147 (or 0xFEC147) is known color: Golden Tainoi. HEX triplet: FE, C1 and 47. RGB value is (254,193,71). Sum of RGB (Red+Green+Blue) = 254+193+71=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 193 (75.78% from 255 or 37.26% from 518); Blue value is 71 (28.12% from 255 or 13.71% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC147 is #013EB8. Grayscale: #C5C5C5. Windows color (decimal): -81593 or 4702718. OLE color: 4702718.
HSL color Cylindrical-coordinate representation of color #FEC147: hue angle of 40º 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 #FEC147 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 193 | 71 | - |
CMYK | 0 | 0.24 | 0.72 | 0.00 |
HSL | 40º | 0.99% | 0.64% | - |
HSV(B) | 40º | 0.72% | 1% | - |
XYZ | 61.08 | 59.67 | 14.26 | - |
YUV | 197.33 | 56.71 | 168.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 193 | 71 | 0 | 0.24 | 0.72 | 0.00 | 40 | 0.99 | 0.64 |
Hex | FE | C1 | 47 | 0 | 18 | 48 | 0 | 28 | 63 | 40 |
Octal | 376 | 301 | 107 | 0 | 30 | 110 | 0 | 50 | 143 | 100 |
Binary | 11111110 | 11000001 | 1000111 | 0 | 11000 | 1001000 | 0 | 101000 | 1100011 | 1000000 |
Color Harmonies of #FEC147
Complementary color
Monochromatic Colors of #FEC147
Black with #FEC147
Text Example
Text Example
White with #FEC147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC147; }
p { color: rgb(254,193,71); }
H1.HeaderClassName
{
color: #FEC147;
}
.AnyTagClassName
{
color: #FEC147;
}
</style>
background-color css
<style>
a { background-color: #FEC147; }
a { background-color: rgb(254,193,71); }
div.DivClassName
{
background-color: #FEC147;
}
.BgClassName
{
background-color: #FEC147;
}
</style>
border-color css
<style>
span { border-color: #FEC147; }
span { border-color: rgb(254,193,71); }
td.TdClassName
{
border-color: #FEC147;
}
.TagClassName
{
border-color: #FEC147;
}
</style>