Shades of Golden Tainoi #FEC45B
Tints of Golden Tainoi #FEC45B
RGB
CMYK
RGB Variations
Color information
#FEC45B (or 0xFEC45B) is known color: Golden Tainoi. HEX triplet: FE, C4 and 5B. RGB value is (254,196,91). Sum of RGB (Red+Green+Blue) = 254+196+91=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 91 (35.94% from 255 or 16.82% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC45B is #013BA4. Grayscale: #C9C9C9. Windows color (decimal): -80805 or 6014206. OLE color: 6014206.
HSL color Cylindrical-coordinate representation of color #FEC45B: hue angle of 38.65º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEC45B is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 91 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.00 |
| HSL | 38.65º | 0.99% | 0.68% | - |
| HSV(B) | 38.65º | 0.64% | 1% | - |
| XYZ | 62.5 | 61.31 | 18.44 | - |
| YUV | 201.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 91 | 0 | 0.23 | 0.64 | 0.00 | 38.65 | 0.99 | 0.68 |
| Hex | FE | C4 | 5B | 0 | 17 | 40 | 0 | 27 | 63 | 44 |
| Octal | 376 | 304 | 133 | 0 | 27 | 100 | 0 | 47 | 143 | 104 |
| Binary | 11111110 | 11000100 | 1011011 | 0 | 10111 | 1000000 | 0 | 100111 | 1100011 | 1000100 |
Color Harmonies of #FEC45B
Complementary color
Monochromatic Colors of #FEC45B
Black with #FEC45B
Text Example
Text Example
White with #FEC45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC45B; }
p { color: rgb(254,196,91); }
H1.HeaderClassName
{
color: #FEC45B;
}
.AnyTagClassName
{
color: #FEC45B;
}
</style>
background-color css
<style>
a { background-color: #FEC45B; }
a { background-color: rgb(254,196,91); }
div.DivClassName
{
background-color: #FEC45B;
}
.BgClassName
{
background-color: #FEC45B;
}
</style>
border-color css
<style>
span { border-color: #FEC45B; }
span { border-color: rgb(254,196,91); }
td.TdClassName
{
border-color: #FEC45B;
}
.TagClassName
{
border-color: #FEC45B;
}
</style>