Shades of Golden Tainoi #FEC150
Tints of Golden Tainoi #FEC150
RGB
CMYK
RGB Variations
Color information
#FEC150 (or 0xFEC150) is known color: Golden Tainoi. HEX triplet: FE, C1 and 50. RGB value is (254,193,80). Sum of RGB (Red+Green+Blue) = 254+193+80=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 80 (31.64% from 255 or 15.18% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC150 is #013EAF. Grayscale: #C6C6C6. Windows color (decimal): -81584 or 5292542. OLE color: 5292542.
HSL color Cylindrical-coordinate representation of color #FEC150: hue angle of 38.97º 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 #FEC150 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 80 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.00 |
| HSL | 38.97º | 0.99% | 0.65% | - |
| HSV(B) | 38.97º | 0.69% | 1% | - |
| XYZ | 61.39 | 59.79 | 15.89 | - |
| YUV | 198.36 | 61.21 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 80 | 0 | 0.24 | 0.69 | 0.00 | 38.97 | 0.99 | 0.65 |
| Hex | FE | C1 | 50 | 0 | 18 | 45 | 0 | 27 | 63 | 41 |
| Octal | 376 | 301 | 120 | 0 | 30 | 105 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 11000001 | 1010000 | 0 | 11000 | 1000101 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEC150
Complementary color
Monochromatic Colors of #FEC150
Black with #FEC150
Text Example
Text Example
White with #FEC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC150; }
p { color: rgb(254,193,80); }
H1.HeaderClassName
{
color: #FEC150;
}
.AnyTagClassName
{
color: #FEC150;
}
</style>
background-color css
<style>
a { background-color: #FEC150; }
a { background-color: rgb(254,193,80); }
div.DivClassName
{
background-color: #FEC150;
}
.BgClassName
{
background-color: #FEC150;
}
</style>
border-color css
<style>
span { border-color: #FEC150; }
span { border-color: rgb(254,193,80); }
td.TdClassName
{
border-color: #FEC150;
}
.TagClassName
{
border-color: #FEC150;
}
</style>