Shades of Golden Tainoi #FEBE53
Tints of Golden Tainoi #FEBE53
RGB
CMYK
RGB Variations
Color information
#FEBE53 (or 0xFEBE53) is known color: Golden Tainoi. HEX triplet: FE, BE and 53. RGB value is (254,190,83). Sum of RGB (Red+Green+Blue) = 254+190+83=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 83 (32.81% from 255 or 15.75% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE53 is #0141AC. Grayscale: #C5C5C5. Windows color (decimal): -82349 or 5488382. OLE color: 5488382.
HSL color Cylindrical-coordinate representation of color #FEBE53: hue angle of 37.54º 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 #FEBE53 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 83 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.00 |
| HSL | 37.54º | 0.99% | 0.66% | - |
| HSV(B) | 37.54º | 0.67% | 1% | - |
| XYZ | 60.85 | 58.52 | 16.27 | - |
| YUV | 196.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 83 | 0 | 0.25 | 0.67 | 0.00 | 37.54 | 0.99 | 0.66 |
| Hex | FE | BE | 53 | 0 | 19 | 43 | 0 | 26 | 63 | 42 |
| Octal | 376 | 276 | 123 | 0 | 31 | 103 | 0 | 46 | 143 | 102 |
| Binary | 11111110 | 10111110 | 1010011 | 0 | 11001 | 1000011 | 0 | 100110 | 1100011 | 1000010 |
Color Harmonies of #FEBE53
Complementary color
Monochromatic Colors of #FEBE53
Black with #FEBE53
Text Example
Text Example
White with #FEBE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE53; }
p { color: rgb(254,190,83); }
H1.HeaderClassName
{
color: #FEBE53;
}
.AnyTagClassName
{
color: #FEBE53;
}
</style>
background-color css
<style>
a { background-color: #FEBE53; }
a { background-color: rgb(254,190,83); }
div.DivClassName
{
background-color: #FEBE53;
}
.BgClassName
{
background-color: #FEBE53;
}
</style>
border-color css
<style>
span { border-color: #FEBE53; }
span { border-color: rgb(254,190,83); }
td.TdClassName
{
border-color: #FEBE53;
}
.TagClassName
{
border-color: #FEBE53;
}
</style>