Shades of Golden Tainoi #FEC454
Tints of Golden Tainoi #FEC454
RGB
CMYK
RGB Variations
Color information
#FEC454 (or 0xFEC454) is known color: Golden Tainoi. HEX triplet: FE, C4 and 54. RGB value is (254,196,84). Sum of RGB (Red+Green+Blue) = 254+196+84=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 84 (33.20% from 255 or 15.73% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC454 is #013BAB. Grayscale: #C9C9C9. Windows color (decimal): -80812 or 5555454. OLE color: 5555454.
HSL color Cylindrical-coordinate representation of color #FEC454: hue angle of 39.53º 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 #FEC454 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 84 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.00 |
| HSL | 39.53º | 0.99% | 0.66% | - |
| HSV(B) | 39.53º | 0.67% | 1% | - |
| XYZ | 62.21 | 61.19 | 16.92 | - |
| YUV | 200.57 | 62.22 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 84 | 0 | 0.23 | 0.67 | 0.00 | 39.53 | 0.99 | 0.66 |
| Hex | FE | C4 | 54 | 0 | 17 | 43 | 0 | 28 | 63 | 42 |
| Octal | 376 | 304 | 124 | 0 | 27 | 103 | 0 | 50 | 143 | 102 |
| Binary | 11111110 | 11000100 | 1010100 | 0 | 10111 | 1000011 | 0 | 101000 | 1100011 | 1000010 |
Color Harmonies of #FEC454
Complementary color
Monochromatic Colors of #FEC454
Black with #FEC454
Text Example
Text Example
White with #FEC454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC454; }
p { color: rgb(254,196,84); }
H1.HeaderClassName
{
color: #FEC454;
}
.AnyTagClassName
{
color: #FEC454;
}
</style>
background-color css
<style>
a { background-color: #FEC454; }
a { background-color: rgb(254,196,84); }
div.DivClassName
{
background-color: #FEC454;
}
.BgClassName
{
background-color: #FEC454;
}
</style>
border-color css
<style>
span { border-color: #FEC454; }
span { border-color: rgb(254,196,84); }
td.TdClassName
{
border-color: #FEC454;
}
.TagClassName
{
border-color: #FEC454;
}
</style>