Shades of Golden Tainoi #FEBD55
Tints of Golden Tainoi #FEBD55
RGB
CMYK
RGB Variations
Color information
#FEBD55 (or 0xFEBD55) is known color: Golden Tainoi. HEX triplet: FE, BD and 55. RGB value is (254,189,85). Sum of RGB (Red+Green+Blue) = 254+189+85=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 85 (33.59% from 255 or 16.10% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD55 is #0142AA. Grayscale: #C5C5C5. Windows color (decimal): -82603 or 5619198. OLE color: 5619198.
HSL color Cylindrical-coordinate representation of color #FEBD55: hue angle of 36.92º 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 #FEBD55 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 85 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.00 |
| HSL | 36.92º | 0.99% | 0.66% | - |
| HSV(B) | 36.92º | 0.67% | 1% | - |
| XYZ | 60.71 | 58.12 | 16.61 | - |
| YUV | 196.58 | 65.03 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 85 | 0 | 0.26 | 0.67 | 0.00 | 36.92 | 0.99 | 0.66 |
| Hex | FE | BD | 55 | 0 | 1A | 43 | 0 | 25 | 63 | 42 |
| Octal | 376 | 275 | 125 | 0 | 32 | 103 | 0 | 45 | 143 | 102 |
| Binary | 11111110 | 10111101 | 1010101 | 0 | 11010 | 1000011 | 0 | 100101 | 1100011 | 1000010 |
Color Harmonies of #FEBD55
Complementary color
Monochromatic Colors of #FEBD55
Black with #FEBD55
Text Example
Text Example
White with #FEBD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD55; }
p { color: rgb(254,189,85); }
H1.HeaderClassName
{
color: #FEBD55;
}
.AnyTagClassName
{
color: #FEBD55;
}
</style>
background-color css
<style>
a { background-color: #FEBD55; }
a { background-color: rgb(254,189,85); }
div.DivClassName
{
background-color: #FEBD55;
}
.BgClassName
{
background-color: #FEBD55;
}
</style>
border-color css
<style>
span { border-color: #FEBD55; }
span { border-color: rgb(254,189,85); }
td.TdClassName
{
border-color: #FEBD55;
}
.TagClassName
{
border-color: #FEBD55;
}
</style>