Shades of Golden Tainoi #FEBC5B
Tints of Golden Tainoi #FEBC5B
RGB
CMYK
RGB Variations
Color information
#FEBC5B (or 0xFEBC5B) is known color: Golden Tainoi. HEX triplet: FE, BC and 5B. RGB value is (254,188,91). Sum of RGB (Red+Green+Blue) = 254+188+91=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 188 (73.83% from 255 or 35.27% from 533); Blue value is 91 (35.94% from 255 or 17.07% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC5B is #0143A4. Grayscale: #C5C5C5. Windows color (decimal): -82853 or 6012158. OLE color: 6012158.
HSL color Cylindrical-coordinate representation of color #FEBC5B: hue angle of 35.71º 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 #FEBC5B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 91 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.00 |
| HSL | 35.71º | 0.99% | 0.68% | - |
| HSV(B) | 35.71º | 0.64% | 1% | - |
| XYZ | 60.74 | 57.79 | 17.85 | - |
| YUV | 196.68 | 68.37 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 91 | 0 | 0.26 | 0.64 | 0.00 | 35.71 | 0.99 | 0.68 |
| Hex | FE | BC | 5B | 0 | 1A | 40 | 0 | 24 | 63 | 44 |
| Octal | 376 | 274 | 133 | 0 | 32 | 100 | 0 | 44 | 143 | 104 |
| Binary | 11111110 | 10111100 | 1011011 | 0 | 11010 | 1000000 | 0 | 100100 | 1100011 | 1000100 |
Color Harmonies of #FEBC5B
Complementary color
Monochromatic Colors of #FEBC5B
Black with #FEBC5B
Text Example
Text Example
White with #FEBC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC5B; }
p { color: rgb(254,188,91); }
H1.HeaderClassName
{
color: #FEBC5B;
}
.AnyTagClassName
{
color: #FEBC5B;
}
</style>
background-color css
<style>
a { background-color: #FEBC5B; }
a { background-color: rgb(254,188,91); }
div.DivClassName
{
background-color: #FEBC5B;
}
.BgClassName
{
background-color: #FEBC5B;
}
</style>
border-color css
<style>
span { border-color: #FEBC5B; }
span { border-color: rgb(254,188,91); }
td.TdClassName
{
border-color: #FEBC5B;
}
.TagClassName
{
border-color: #FEBC5B;
}
</style>