Shades of Golden Tainoi #FEBE47
Tints of Golden Tainoi #FEBE47
RGB
CMYK
RGB Variations
Color information
#FEBE47 (or 0xFEBE47) is known color: Golden Tainoi. HEX triplet: FE, BE and 47. RGB value is (254,190,71). Sum of RGB (Red+Green+Blue) = 254+190+71=515 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.32% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBE47 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBE47 is #0141B8. Grayscale: #C4C4C4. Windows color (decimal): -82361 or 4701950. OLE color: 4701950.
HSL color Cylindrical-coordinate representation of color #FEBE47: hue angle of 39.02º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEBE47 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 190 | 71 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.00 |
| HSL | 39.02º | 0.99% | 0.64% | - |
| HSV(B) | 39.02º | 0.72% | 1% | - |
| XYZ | 60.42 | 58.35 | 14.04 | - |
| YUV | 195.57 | 57.7 | 169.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 190 | 71 | 0 | 0.25 | 0.72 | 0.00 | 39.02 | 0.99 | 0.64 |
| Hex | FE | BE | 47 | 0 | 19 | 48 | 0 | 27 | 63 | 40 |
| Octal | 376 | 276 | 107 | 0 | 31 | 110 | 0 | 47 | 143 | 100 |
| Binary | 11111110 | 10111110 | 1000111 | 0 | 11001 | 1001000 | 0 | 100111 | 1100011 | 1000000 |
Color Harmonies of #FEBE47
Complementary color
Monochromatic Colors of #FEBE47
Black with #FEBE47
Text Example
Text Example
White with #FEBE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBE47; }
p { color: rgb(254,190,71); }
H1.HeaderClassName
{
color: #FEBE47;
}
.AnyTagClassName
{
color: #FEBE47;
}
</style>
background-color css
<style>
a { background-color: #FEBE47; }
a { background-color: rgb(254,190,71); }
div.DivClassName
{
background-color: #FEBE47;
}
.BgClassName
{
background-color: #FEBE47;
}
</style>
border-color css
<style>
span { border-color: #FEBE47; }
span { border-color: rgb(254,190,71); }
td.TdClassName
{
border-color: #FEBE47;
}
.TagClassName
{
border-color: #FEBE47;
}
</style>