Shades of Golden Tainoi #FEC254
Tints of Golden Tainoi #FEC254
RGB
CMYK
RGB Variations
Color information
#FEC254 (or 0xFEC254) is known color: Golden Tainoi. HEX triplet: FE, C2 and 54. RGB value is (254,194,84). Sum of RGB (Red+Green+Blue) = 254+194+84=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC254 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC254 is #013DAB. Grayscale: #C7C7C7. Windows color (decimal): -81324 or 5554942. OLE color: 5554942.
HSL color Cylindrical-coordinate representation of color #FEC254: hue angle of 38.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEC254 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 84 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.00 |
| HSL | 38.82º | 0.99% | 0.66% | - |
| HSV(B) | 38.82º | 0.67% | 1% | - |
| XYZ | 61.77 | 60.29 | 16.77 | - |
| YUV | 199.4 | 62.88 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 84 | 0 | 0.24 | 0.67 | 0.00 | 38.82 | 0.99 | 0.66 |
| Hex | FE | C2 | 54 | 0 | 18 | 43 | 0 | 27 | 63 | 42 |
| Octal | 376 | 302 | 124 | 0 | 30 | 103 | 0 | 47 | 143 | 102 |
| Binary | 11111110 | 11000010 | 1010100 | 0 | 11000 | 1000011 | 0 | 100111 | 1100011 | 1000010 |
Color Harmonies of #FEC254
Complementary color
Monochromatic Colors of #FEC254
Black with #FEC254
Text Example
Text Example
White with #FEC254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC254; }
p { color: rgb(254,194,84); }
H1.HeaderClassName
{
color: #FEC254;
}
.AnyTagClassName
{
color: #FEC254;
}
</style>
background-color css
<style>
a { background-color: #FEC254; }
a { background-color: rgb(254,194,84); }
div.DivClassName
{
background-color: #FEC254;
}
.BgClassName
{
background-color: #FEC254;
}
</style>
border-color css
<style>
span { border-color: #FEC254; }
span { border-color: rgb(254,194,84); }
td.TdClassName
{
border-color: #FEC254;
}
.TagClassName
{
border-color: #FEC254;
}
</style>