Shades of Golden Tainoi #FEC349
Tints of Golden Tainoi #FEC349
RGB
CMYK
RGB Variations
Color information
#FEC349 (or 0xFEC349) is known color: Golden Tainoi. HEX triplet: FE, C3 and 49. RGB value is (254,195,73). Sum of RGB (Red+Green+Blue) = 254+195+73=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC349 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC349 is #013CB6. Grayscale: #C7C7C7. Windows color (decimal): -81079 or 4834302. OLE color: 4834302.
HSL color Cylindrical-coordinate representation of color #FEC349: hue angle of 40.44º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEC349 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 73 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.00 |
| HSL | 40.44º | 0.99% | 0.64% | - |
| HSV(B) | 40.44º | 0.71% | 1% | - |
| XYZ | 61.59 | 60.58 | 14.75 | - |
| YUV | 198.73 | 57.05 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 73 | 0 | 0.23 | 0.71 | 0.00 | 40.44 | 0.99 | 0.64 |
| Hex | FE | C3 | 49 | 0 | 17 | 47 | 0 | 28 | 63 | 40 |
| Octal | 376 | 303 | 111 | 0 | 27 | 107 | 0 | 50 | 143 | 100 |
| Binary | 11111110 | 11000011 | 1001001 | 0 | 10111 | 1000111 | 0 | 101000 | 1100011 | 1000000 |
Color Harmonies of #FEC349
Complementary color
Monochromatic Colors of #FEC349
Black with #FEC349
Text Example
Text Example
White with #FEC349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC349; }
p { color: rgb(254,195,73); }
H1.HeaderClassName
{
color: #FEC349;
}
.AnyTagClassName
{
color: #FEC349;
}
</style>
background-color css
<style>
a { background-color: #FEC349; }
a { background-color: rgb(254,195,73); }
div.DivClassName
{
background-color: #FEC349;
}
.BgClassName
{
background-color: #FEC349;
}
</style>
border-color css
<style>
span { border-color: #FEC349; }
span { border-color: rgb(254,195,73); }
td.TdClassName
{
border-color: #FEC349;
}
.TagClassName
{
border-color: #FEC349;
}
</style>