Shades of Golden Tainoi #FEBE59
Tints of Golden Tainoi #FEBE59
RGB
CMYK
RGB Variations
Color information
#FEBE59 (or 0xFEBE59) is known color: Golden Tainoi. HEX triplet: FE, BE and 59. RGB value is (254,190,89). Sum of RGB (Red+Green+Blue) = 254+190+89=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE59 is #0141A6. Grayscale: #C6C6C6. Windows color (decimal): -82343 or 5881598. OLE color: 5881598.
HSL color Cylindrical-coordinate representation of color #FEBE59: hue angle of 36.73º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEBE59 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 89 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.00 |
| HSL | 36.73º | 0.99% | 0.67% | - |
| HSV(B) | 36.73º | 0.65% | 1% | - |
| XYZ | 61.09 | 58.62 | 17.55 | - |
| YUV | 197.62 | 66.7 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 89 | 0 | 0.25 | 0.65 | 0.00 | 36.73 | 0.99 | 0.67 |
| Hex | FE | BE | 59 | 0 | 19 | 41 | 0 | 25 | 63 | 43 |
| Octal | 376 | 276 | 131 | 0 | 31 | 101 | 0 | 45 | 143 | 103 |
| Binary | 11111110 | 10111110 | 1011001 | 0 | 11001 | 1000001 | 0 | 100101 | 1100011 | 1000011 |
Color Harmonies of #FEBE59
Complementary color
Monochromatic Colors of #FEBE59
Black with #FEBE59
Text Example
Text Example
White with #FEBE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE59; }
p { color: rgb(254,190,89); }
H1.HeaderClassName
{
color: #FEBE59;
}
.AnyTagClassName
{
color: #FEBE59;
}
</style>
background-color css
<style>
a { background-color: #FEBE59; }
a { background-color: rgb(254,190,89); }
div.DivClassName
{
background-color: #FEBE59;
}
.BgClassName
{
background-color: #FEBE59;
}
</style>
border-color css
<style>
span { border-color: #FEBE59; }
span { border-color: rgb(254,190,89); }
td.TdClassName
{
border-color: #FEBE59;
}
.TagClassName
{
border-color: #FEBE59;
}
</style>