Shades of Golden Tainoi #FEC450
Tints of Golden Tainoi #FEC450
RGB
CMYK
RGB Variations
Color information
#FEC450 (or 0xFEC450) is known color: Golden Tainoi. HEX triplet: FE, C4 and 50. RGB value is (254,196,80). Sum of RGB (Red+Green+Blue) = 254+196+80=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC450 is #013BAF. Grayscale: #C8C8C8. Windows color (decimal): -80816 or 5293310. OLE color: 5293310.
HSL color Cylindrical-coordinate representation of color #FEC450: hue angle of 40º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEC450 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 80 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.00 |
| HSL | 40º | 0.99% | 0.65% | - |
| HSV(B) | 40º | 0.69% | 1% | - |
| XYZ | 62.06 | 61.13 | 16.12 | - |
| YUV | 200.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 80 | 0 | 0.23 | 0.69 | 0.00 | 40 | 0.99 | 0.65 |
| Hex | FE | C4 | 50 | 0 | 17 | 45 | 0 | 28 | 63 | 41 |
| Octal | 376 | 304 | 120 | 0 | 27 | 105 | 0 | 50 | 143 | 101 |
| Binary | 11111110 | 11000100 | 1010000 | 0 | 10111 | 1000101 | 0 | 101000 | 1100011 | 1000001 |
Color Harmonies of #FEC450
Complementary color
Monochromatic Colors of #FEC450
Black with #FEC450
Text Example
Text Example
White with #FEC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC450; }
p { color: rgb(254,196,80); }
H1.HeaderClassName
{
color: #FEC450;
}
.AnyTagClassName
{
color: #FEC450;
}
</style>
background-color css
<style>
a { background-color: #FEC450; }
a { background-color: rgb(254,196,80); }
div.DivClassName
{
background-color: #FEC450;
}
.BgClassName
{
background-color: #FEC450;
}
</style>
border-color css
<style>
span { border-color: #FEC450; }
span { border-color: rgb(254,196,80); }
td.TdClassName
{
border-color: #FEC450;
}
.TagClassName
{
border-color: #FEC450;
}
</style>