Shades of Golden Tainoi #FEBE5A
Tints of Golden Tainoi #FEBE5A
RGB
CMYK
RGB Variations
Color information
#FEBE5A (or 0xFEBE5A) is known color: Golden Tainoi. HEX triplet: FE, BE and 5A. RGB value is (254,190,90). Sum of RGB (Red+Green+Blue) = 254+190+90=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE5A is #0141A5. Grayscale: #C6C6C6. Windows color (decimal): -82342 or 5947134. OLE color: 5947134.
HSL color Cylindrical-coordinate representation of color #FEBE5A: hue angle of 36.59º 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 #FEBE5A is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 90 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.00 |
| HSL | 36.59º | 0.99% | 0.67% | - |
| HSV(B) | 36.59º | 0.65% | 1% | - |
| XYZ | 61.13 | 58.64 | 17.77 | - |
| YUV | 197.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 90 | 0 | 0.25 | 0.65 | 0.00 | 36.59 | 0.99 | 0.67 |
| Hex | FE | BE | 5A | 0 | 19 | 41 | 0 | 25 | 63 | 43 |
| Octal | 376 | 276 | 132 | 0 | 31 | 101 | 0 | 45 | 143 | 103 |
| Binary | 11111110 | 10111110 | 1011010 | 0 | 11001 | 1000001 | 0 | 100101 | 1100011 | 1000011 |
Color Harmonies of #FEBE5A
Complementary color
Monochromatic Colors of #FEBE5A
Black with #FEBE5A
Text Example
Text Example
White with #FEBE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE5A; }
p { color: rgb(254,190,90); }
H1.HeaderClassName
{
color: #FEBE5A;
}
.AnyTagClassName
{
color: #FEBE5A;
}
</style>
background-color css
<style>
a { background-color: #FEBE5A; }
a { background-color: rgb(254,190,90); }
div.DivClassName
{
background-color: #FEBE5A;
}
.BgClassName
{
background-color: #FEBE5A;
}
</style>
border-color css
<style>
span { border-color: #FEBE5A; }
span { border-color: rgb(254,190,90); }
td.TdClassName
{
border-color: #FEBE5A;
}
.TagClassName
{
border-color: #FEBE5A;
}
</style>