Shades of Golden Tainoi #FEBF55
Tints of Golden Tainoi #FEBF55
RGB
CMYK
RGB Variations
Color information
#FEBF55 (or 0xFEBF55) is known color: Golden Tainoi. HEX triplet: FE, BF and 55. RGB value is (254,191,85). Sum of RGB (Red+Green+Blue) = 254+191+85=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBF55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBF55 is #0140AA. Grayscale: #C6C6C6. Windows color (decimal): -82091 or 5619710. OLE color: 5619710.
HSL color Cylindrical-coordinate representation of color #FEBF55: hue angle of 37.63º 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 #FEBF55 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 191 | 85 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.00 |
| HSL | 37.63º | 0.99% | 0.66% | - |
| HSV(B) | 37.63º | 0.67% | 1% | - |
| XYZ | 61.14 | 58.99 | 16.76 | - |
| YUV | 197.75 | 64.37 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 191 | 85 | 0 | 0.25 | 0.67 | 0.00 | 37.63 | 0.99 | 0.66 |
| Hex | FE | BF | 55 | 0 | 19 | 43 | 0 | 26 | 63 | 42 |
| Octal | 376 | 277 | 125 | 0 | 31 | 103 | 0 | 46 | 143 | 102 |
| Binary | 11111110 | 10111111 | 1010101 | 0 | 11001 | 1000011 | 0 | 100110 | 1100011 | 1000010 |
Color Harmonies of #FEBF55
Complementary color
Monochromatic Colors of #FEBF55
Black with #FEBF55
Text Example
Text Example
White with #FEBF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBF55; }
p { color: rgb(254,191,85); }
H1.HeaderClassName
{
color: #FEBF55;
}
.AnyTagClassName
{
color: #FEBF55;
}
</style>
background-color css
<style>
a { background-color: #FEBF55; }
a { background-color: rgb(254,191,85); }
div.DivClassName
{
background-color: #FEBF55;
}
.BgClassName
{
background-color: #FEBF55;
}
</style>
border-color css
<style>
span { border-color: #FEBF55; }
span { border-color: rgb(254,191,85); }
td.TdClassName
{
border-color: #FEBF55;
}
.TagClassName
{
border-color: #FEBF55;
}
</style>