Shades of Golden Tainoi #FEBE54
Tints of Golden Tainoi #FEBE54
RGB
CMYK
RGB Variations
Color information
#FEBE54 (or 0xFEBE54) is known color: Golden Tainoi. HEX triplet: FE, BE and 54. RGB value is (254,190,84). Sum of RGB (Red+Green+Blue) = 254+190+84=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBE54 is #0141AB. Grayscale: #C5C5C5. Windows color (decimal): -82348 or 5553918. OLE color: 5553918.
HSL color Cylindrical-coordinate representation of color #FEBE54: hue angle of 37.41º 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 #FEBE54 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 84 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.00 |
| HSL | 37.41º | 0.99% | 0.66% | - |
| HSV(B) | 37.41º | 0.67% | 1% | - |
| XYZ | 60.89 | 58.54 | 16.48 | - |
| YUV | 197.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 84 | 0 | 0.25 | 0.67 | 0.00 | 37.41 | 0.99 | 0.66 |
| Hex | FE | BE | 54 | 0 | 19 | 43 | 0 | 25 | 63 | 42 |
| Octal | 376 | 276 | 124 | 0 | 31 | 103 | 0 | 45 | 143 | 102 |
| Binary | 11111110 | 10111110 | 1010100 | 0 | 11001 | 1000011 | 0 | 100101 | 1100011 | 1000010 |
Color Harmonies of #FEBE54
Complementary color
Monochromatic Colors of #FEBE54
Black with #FEBE54
Text Example
Text Example
White with #FEBE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE54; }
p { color: rgb(254,190,84); }
H1.HeaderClassName
{
color: #FEBE54;
}
.AnyTagClassName
{
color: #FEBE54;
}
</style>
background-color css
<style>
a { background-color: #FEBE54; }
a { background-color: rgb(254,190,84); }
div.DivClassName
{
background-color: #FEBE54;
}
.BgClassName
{
background-color: #FEBE54;
}
</style>
border-color css
<style>
span { border-color: #FEBE54; }
span { border-color: rgb(254,190,84); }
td.TdClassName
{
border-color: #FEBE54;
}
.TagClassName
{
border-color: #FEBE54;
}
</style>