Shades of Golden Tainoi #FEC050
Tints of Golden Tainoi #FEC050
RGB
CMYK
RGB Variations
Color information
#FEC050 (or 0xFEC050) is known color: Golden Tainoi. HEX triplet: FE, C0 and 50. RGB value is (254,192,80). Sum of RGB (Red+Green+Blue) = 254+192+80=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 80 (31.64% from 255 or 15.21% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC050 is #013FAF. Grayscale: #C6C6C6. Windows color (decimal): -81840 or 5292286. OLE color: 5292286.
HSL color Cylindrical-coordinate representation of color #FEC050: hue angle of 38.62º 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 #FEC050 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 80 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.00 |
| HSL | 38.62º | 0.99% | 0.65% | - |
| HSV(B) | 38.62º | 0.69% | 1% | - |
| XYZ | 61.17 | 59.35 | 15.82 | - |
| YUV | 197.77 | 61.54 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 80 | 0 | 0.24 | 0.69 | 0.00 | 38.62 | 0.99 | 0.65 |
| Hex | FE | C0 | 50 | 0 | 18 | 45 | 0 | 27 | 63 | 41 |
| Octal | 376 | 300 | 120 | 0 | 30 | 105 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 11000000 | 1010000 | 0 | 11000 | 1000101 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEC050
Complementary color
Monochromatic Colors of #FEC050
Black with #FEC050
Text Example
Text Example
White with #FEC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC050; }
p { color: rgb(254,192,80); }
H1.HeaderClassName
{
color: #FEC050;
}
.AnyTagClassName
{
color: #FEC050;
}
</style>
background-color css
<style>
a { background-color: #FEC050; }
a { background-color: rgb(254,192,80); }
div.DivClassName
{
background-color: #FEC050;
}
.BgClassName
{
background-color: #FEC050;
}
</style>
border-color css
<style>
span { border-color: #FEC050; }
span { border-color: rgb(254,192,80); }
td.TdClassName
{
border-color: #FEC050;
}
.TagClassName
{
border-color: #FEC050;
}
</style>