Shades of Golden Tainoi #FEBD5B
Tints of Golden Tainoi #FEBD5B
RGB
CMYK
RGB Variations
Color information
#FEBD5B (or 0xFEBD5B) is known color: Golden Tainoi. HEX triplet: FE, BD and 5B. RGB value is (254,189,91). Sum of RGB (Red+Green+Blue) = 254+189+91=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 91 (35.94% from 255 or 17.04% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD5B is #0142A4. Grayscale: #C5C5C5. Windows color (decimal): -82597 or 6012414. OLE color: 6012414.
HSL color Cylindrical-coordinate representation of color #FEBD5B: hue angle of 36.07º 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 #FEBD5B is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 91 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.00 |
| HSL | 36.07º | 0.99% | 0.68% | - |
| HSV(B) | 36.07º | 0.64% | 1% | - |
| XYZ | 60.96 | 58.22 | 17.92 | - |
| YUV | 197.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 91 | 0 | 0.26 | 0.64 | 0.00 | 36.07 | 0.99 | 0.68 |
| Hex | FE | BD | 5B | 0 | 1A | 40 | 0 | 24 | 63 | 44 |
| Octal | 376 | 275 | 133 | 0 | 32 | 100 | 0 | 44 | 143 | 104 |
| Binary | 11111110 | 10111101 | 1011011 | 0 | 11010 | 1000000 | 0 | 100100 | 1100011 | 1000100 |
Color Harmonies of #FEBD5B
Complementary color
Monochromatic Colors of #FEBD5B
Black with #FEBD5B
Text Example
Text Example
White with #FEBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD5B; }
p { color: rgb(254,189,91); }
H1.HeaderClassName
{
color: #FEBD5B;
}
.AnyTagClassName
{
color: #FEBD5B;
}
</style>
background-color css
<style>
a { background-color: #FEBD5B; }
a { background-color: rgb(254,189,91); }
div.DivClassName
{
background-color: #FEBD5B;
}
.BgClassName
{
background-color: #FEBD5B;
}
</style>
border-color css
<style>
span { border-color: #FEBD5B; }
span { border-color: rgb(254,189,91); }
td.TdClassName
{
border-color: #FEBD5B;
}
.TagClassName
{
border-color: #FEBD5B;
}
</style>