Shades of Golden Tainoi #FEBE56
Tints of Golden Tainoi #FEBE56
RGB
CMYK
RGB Variations
Color information
#FEBE56 (or 0xFEBE56) is known color: Golden Tainoi. HEX triplet: FE, BE and 56. RGB value is (254,190,86). Sum of RGB (Red+Green+Blue) = 254+190+86=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE56 is #0141A9. Grayscale: #C5C5C5. Windows color (decimal): -82346 or 5684990. OLE color: 5684990.
HSL color Cylindrical-coordinate representation of color #FEBE56: hue angle of 37.14º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEBE56 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 86 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.00 |
| HSL | 37.14º | 0.99% | 0.67% | - |
| HSV(B) | 37.14º | 0.66% | 1% | - |
| XYZ | 60.97 | 58.57 | 16.9 | - |
| YUV | 197.28 | 65.2 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 86 | 0 | 0.25 | 0.66 | 0.00 | 37.14 | 0.99 | 0.67 |
| Hex | FE | BE | 56 | 0 | 19 | 42 | 0 | 25 | 63 | 43 |
| Octal | 376 | 276 | 126 | 0 | 31 | 102 | 0 | 45 | 143 | 103 |
| Binary | 11111110 | 10111110 | 1010110 | 0 | 11001 | 1000010 | 0 | 100101 | 1100011 | 1000011 |
Color Harmonies of #FEBE56
Complementary color
Monochromatic Colors of #FEBE56
Black with #FEBE56
Text Example
Text Example
White with #FEBE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE56; }
p { color: rgb(254,190,86); }
H1.HeaderClassName
{
color: #FEBE56;
}
.AnyTagClassName
{
color: #FEBE56;
}
</style>
background-color css
<style>
a { background-color: #FEBE56; }
a { background-color: rgb(254,190,86); }
div.DivClassName
{
background-color: #FEBE56;
}
.BgClassName
{
background-color: #FEBE56;
}
</style>
border-color css
<style>
span { border-color: #FEBE56; }
span { border-color: rgb(254,190,86); }
td.TdClassName
{
border-color: #FEBE56;
}
.TagClassName
{
border-color: #FEBE56;
}
</style>