Shades of Golden Tainoi #FEC044
Tints of Golden Tainoi #FEC044
RGB
CMYK
RGB Variations
Color information
#FEC044 (or 0xFEC044) is known color: Golden Tainoi. HEX triplet: FE, C0 and 44. RGB value is (254,192,68). Sum of RGB (Red+Green+Blue) = 254+192+68=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC044 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC044 is #013FBB. Grayscale: #C4C4C4. Windows color (decimal): -81852 or 4505854. OLE color: 4505854.
HSL color Cylindrical-coordinate representation of color #FEC044: hue angle of 40º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEC044 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 68 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.00 |
| HSL | 40º | 0.99% | 0.63% | - |
| HSV(B) | 40º | 0.73% | 1% | - |
| XYZ | 60.77 | 59.19 | 13.69 | - |
| YUV | 196.4 | 55.54 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 68 | 0 | 0.24 | 0.73 | 0.00 | 40 | 0.99 | 0.63 |
| Hex | FE | C0 | 44 | 0 | 18 | 49 | 0 | 28 | 63 | 3F |
| Octal | 376 | 300 | 104 | 0 | 30 | 111 | 0 | 50 | 143 | 77 |
| Binary | 11111110 | 11000000 | 1000100 | 0 | 11000 | 1001001 | 0 | 101000 | 1100011 | 111111 |
Color Harmonies of #FEC044
Complementary color
Monochromatic Colors of #FEC044
Black with #FEC044
Text Example
Text Example
White with #FEC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC044; }
p { color: rgb(254,192,68); }
H1.HeaderClassName
{
color: #FEC044;
}
.AnyTagClassName
{
color: #FEC044;
}
</style>
background-color css
<style>
a { background-color: #FEC044; }
a { background-color: rgb(254,192,68); }
div.DivClassName
{
background-color: #FEC044;
}
.BgClassName
{
background-color: #FEC044;
}
</style>
border-color css
<style>
span { border-color: #FEC044; }
span { border-color: rgb(254,192,68); }
td.TdClassName
{
border-color: #FEC044;
}
.TagClassName
{
border-color: #FEC044;
}
</style>