Shades of Golden Tainoi #FEC05B
Tints of Golden Tainoi #FEC05B
RGB
CMYK
RGB Variations
Color information
#FEC05B (or 0xFEC05B) is known color: Golden Tainoi. HEX triplet: FE, C0 and 5B. RGB value is (254,192,91). Sum of RGB (Red+Green+Blue) = 254+192+91=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 91 (35.94% from 255 or 16.95% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC05B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC05B is #013FA4. Grayscale: #C7C7C7. Windows color (decimal): -81829 or 6013182. OLE color: 6013182.
HSL color Cylindrical-coordinate representation of color #FEC05B: hue angle of 37.18º 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 #FEC05B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 91 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.00 |
| HSL | 37.18º | 0.99% | 0.68% | - |
| HSV(B) | 37.18º | 0.64% | 1% | - |
| XYZ | 61.61 | 59.53 | 18.14 | - |
| YUV | 199.02 | 67.04 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 91 | 0 | 0.24 | 0.64 | 0.00 | 37.18 | 0.99 | 0.68 |
| Hex | FE | C0 | 5B | 0 | 18 | 40 | 0 | 25 | 63 | 44 |
| Octal | 376 | 300 | 133 | 0 | 30 | 100 | 0 | 45 | 143 | 104 |
| Binary | 11111110 | 11000000 | 1011011 | 0 | 11000 | 1000000 | 0 | 100101 | 1100011 | 1000100 |
Color Harmonies of #FEC05B
Complementary color
Monochromatic Colors of #FEC05B
Black with #FEC05B
Text Example
Text Example
White with #FEC05B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC05B; }
p { color: rgb(254,192,91); }
H1.HeaderClassName
{
color: #FEC05B;
}
.AnyTagClassName
{
color: #FEC05B;
}
</style>
background-color css
<style>
a { background-color: #FEC05B; }
a { background-color: rgb(254,192,91); }
div.DivClassName
{
background-color: #FEC05B;
}
.BgClassName
{
background-color: #FEC05B;
}
</style>
border-color css
<style>
span { border-color: #FEC05B; }
span { border-color: rgb(254,192,91); }
td.TdClassName
{
border-color: #FEC05B;
}
.TagClassName
{
border-color: #FEC05B;
}
</style>