Shades of Golden Tainoi #FEC251
Tints of Golden Tainoi #FEC251
RGB
CMYK
RGB Variations
Color information
#FEC251 (or 0xFEC251) is known color: Golden Tainoi. HEX triplet: FE, C2 and 51. RGB value is (254,194,81). Sum of RGB (Red+Green+Blue) = 254+194+81=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 81 (32.03% from 255 or 15.31% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC251 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC251 is #013DAE. Grayscale: #C7C7C7. Windows color (decimal): -81327 or 5358334. OLE color: 5358334.
HSL color Cylindrical-coordinate representation of color #FEC251: hue angle of 39.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEC251 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 81 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.00 |
| HSL | 39.19º | 0.99% | 0.66% | - |
| HSV(B) | 39.19º | 0.68% | 1% | - |
| XYZ | 61.65 | 60.25 | 16.16 | - |
| YUV | 199.06 | 61.38 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 81 | 0 | 0.24 | 0.68 | 0.00 | 39.19 | 0.99 | 0.66 |
| Hex | FE | C2 | 51 | 0 | 18 | 44 | 0 | 27 | 63 | 42 |
| Octal | 376 | 302 | 121 | 0 | 30 | 104 | 0 | 47 | 143 | 102 |
| Binary | 11111110 | 11000010 | 1010001 | 0 | 11000 | 1000100 | 0 | 100111 | 1100011 | 1000010 |
Color Harmonies of #FEC251
Complementary color
Monochromatic Colors of #FEC251
Black with #FEC251
Text Example
Text Example
White with #FEC251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC251; }
p { color: rgb(254,194,81); }
H1.HeaderClassName
{
color: #FEC251;
}
.AnyTagClassName
{
color: #FEC251;
}
</style>
background-color css
<style>
a { background-color: #FEC251; }
a { background-color: rgb(254,194,81); }
div.DivClassName
{
background-color: #FEC251;
}
.BgClassName
{
background-color: #FEC251;
}
</style>
border-color css
<style>
span { border-color: #FEC251; }
span { border-color: rgb(254,194,81); }
td.TdClassName
{
border-color: #FEC251;
}
.TagClassName
{
border-color: #FEC251;
}
</style>