Shades of Golden Tainoi #FEBE49
Tints of Golden Tainoi #FEBE49
RGB
CMYK
RGB Variations
Color information
#FEBE49 (or 0xFEBE49) is known color: Golden Tainoi. HEX triplet: FE, BE and 49. RGB value is (254,190,73). Sum of RGB (Red+Green+Blue) = 254+190+73=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 73 (28.91% from 255 or 14.12% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE49 is #0141B6. Grayscale: #C4C4C4. Windows color (decimal): -82359 or 4833022. OLE color: 4833022.
HSL color Cylindrical-coordinate representation of color #FEBE49: hue angle of 38.78º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEBE49 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 73 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.00 |
| HSL | 38.78º | 0.99% | 0.64% | - |
| HSV(B) | 38.78º | 0.71% | 1% | - |
| XYZ | 60.49 | 58.38 | 14.38 | - |
| YUV | 195.8 | 58.7 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 73 | 0 | 0.25 | 0.71 | 0.00 | 38.78 | 0.99 | 0.64 |
| Hex | FE | BE | 49 | 0 | 19 | 47 | 0 | 27 | 63 | 40 |
| Octal | 376 | 276 | 111 | 0 | 31 | 107 | 0 | 47 | 143 | 100 |
| Binary | 11111110 | 10111110 | 1001001 | 0 | 11001 | 1000111 | 0 | 100111 | 1100011 | 1000000 |
Color Harmonies of #FEBE49
Complementary color
Monochromatic Colors of #FEBE49
Black with #FEBE49
Text Example
Text Example
White with #FEBE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE49; }
p { color: rgb(254,190,73); }
H1.HeaderClassName
{
color: #FEBE49;
}
.AnyTagClassName
{
color: #FEBE49;
}
</style>
background-color css
<style>
a { background-color: #FEBE49; }
a { background-color: rgb(254,190,73); }
div.DivClassName
{
background-color: #FEBE49;
}
.BgClassName
{
background-color: #FEBE49;
}
</style>
border-color css
<style>
span { border-color: #FEBE49; }
span { border-color: rgb(254,190,73); }
td.TdClassName
{
border-color: #FEBE49;
}
.TagClassName
{
border-color: #FEBE49;
}
</style>