Shades of Golden Tainoi #FEBE55
Tints of Golden Tainoi #FEBE55
RGB
CMYK
RGB Variations
Color information
#FEBE55 (or 0xFEBE55) is known color: Golden Tainoi. HEX triplet: FE, BE and 55. RGB value is (254,190,85). Sum of RGB (Red+Green+Blue) = 254+190+85=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 85 (33.59% from 255 or 16.07% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE55 is #0141AA. Grayscale: #C5C5C5. Windows color (decimal): -82347 or 5619454. OLE color: 5619454.
HSL color Cylindrical-coordinate representation of color #FEBE55: hue angle of 37.28º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEBE55 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 85 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.00 |
| HSL | 37.28º | 0.99% | 0.66% | - |
| HSV(B) | 37.28º | 0.67% | 1% | - |
| XYZ | 60.93 | 58.55 | 16.69 | - |
| YUV | 197.17 | 64.7 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 85 | 0 | 0.25 | 0.67 | 0.00 | 37.28 | 0.99 | 0.66 |
| Hex | FE | BE | 55 | 0 | 19 | 43 | 0 | 25 | 63 | 42 |
| Octal | 376 | 276 | 125 | 0 | 31 | 103 | 0 | 45 | 143 | 102 |
| Binary | 11111110 | 10111110 | 1010101 | 0 | 11001 | 1000011 | 0 | 100101 | 1100011 | 1000010 |
Color Harmonies of #FEBE55
Complementary color
Monochromatic Colors of #FEBE55
Black with #FEBE55
Text Example
Text Example
White with #FEBE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE55; }
p { color: rgb(254,190,85); }
H1.HeaderClassName
{
color: #FEBE55;
}
.AnyTagClassName
{
color: #FEBE55;
}
</style>
background-color css
<style>
a { background-color: #FEBE55; }
a { background-color: rgb(254,190,85); }
div.DivClassName
{
background-color: #FEBE55;
}
.BgClassName
{
background-color: #FEBE55;
}
</style>
border-color css
<style>
span { border-color: #FEBE55; }
span { border-color: rgb(254,190,85); }
td.TdClassName
{
border-color: #FEBE55;
}
.TagClassName
{
border-color: #FEBE55;
}
</style>