Shades of Golden Tainoi #FEBF58
Tints of Golden Tainoi #FEBF58
RGB
CMYK
RGB Variations
Color information
#FEBF58 (or 0xFEBF58) is known color: Golden Tainoi. HEX triplet: FE, BF and 58. RGB value is (254,191,88). Sum of RGB (Red+Green+Blue) = 254+191+88=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 88 (34.77% from 255 or 16.51% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF58 is #0140A7. Grayscale: #C6C6C6. Windows color (decimal): -82088 or 5816318. OLE color: 5816318.
HSL color Cylindrical-coordinate representation of color #FEBF58: hue angle of 37.23º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEBF58 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 88 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.00 |
| HSL | 37.23º | 0.99% | 0.67% | - |
| HSV(B) | 37.23º | 0.65% | 1% | - |
| XYZ | 61.27 | 59.04 | 17.4 | - |
| YUV | 198.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 88 | 0 | 0.25 | 0.65 | 0.00 | 37.23 | 0.99 | 0.67 |
| Hex | FE | BF | 58 | 0 | 19 | 41 | 0 | 25 | 63 | 43 |
| Octal | 376 | 277 | 130 | 0 | 31 | 101 | 0 | 45 | 143 | 103 |
| Binary | 11111110 | 10111111 | 1011000 | 0 | 11001 | 1000001 | 0 | 100101 | 1100011 | 1000011 |
Color Harmonies of #FEBF58
Complementary color
Monochromatic Colors of #FEBF58
Black with #FEBF58
Text Example
Text Example
White with #FEBF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF58; }
p { color: rgb(254,191,88); }
H1.HeaderClassName
{
color: #FEBF58;
}
.AnyTagClassName
{
color: #FEBF58;
}
</style>
background-color css
<style>
a { background-color: #FEBF58; }
a { background-color: rgb(254,191,88); }
div.DivClassName
{
background-color: #FEBF58;
}
.BgClassName
{
background-color: #FEBF58;
}
</style>
border-color css
<style>
span { border-color: #FEBF58; }
span { border-color: rgb(254,191,88); }
td.TdClassName
{
border-color: #FEBF58;
}
.TagClassName
{
border-color: #FEBF58;
}
</style>