Shades of Golden Tainoi #FEBD51
Tints of Golden Tainoi #FEBD51
RGB
CMYK
RGB Variations
Color information
#FEBD51 (or 0xFEBD51) is known color: Golden Tainoi. HEX triplet: FE, BD and 51. RGB value is (254,189,81). Sum of RGB (Red+Green+Blue) = 254+189+81=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBD51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBD51 is #0142AE. Grayscale: #C4C4C4. Windows color (decimal): -82607 or 5357054. OLE color: 5357054.
HSL color Cylindrical-coordinate representation of color #FEBD51: hue angle of 37.46º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEBD51 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 189 | 81 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.00 |
| HSL | 37.46º | 0.99% | 0.66% | - |
| HSV(B) | 37.46º | 0.68% | 1% | - |
| XYZ | 60.56 | 58.06 | 15.8 | - |
| YUV | 196.12 | 63.03 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 189 | 81 | 0 | 0.26 | 0.68 | 0.00 | 37.46 | 0.99 | 0.66 |
| Hex | FE | BD | 51 | 0 | 1A | 44 | 0 | 25 | 63 | 42 |
| Octal | 376 | 275 | 121 | 0 | 32 | 104 | 0 | 45 | 143 | 102 |
| Binary | 11111110 | 10111101 | 1010001 | 0 | 11010 | 1000100 | 0 | 100101 | 1100011 | 1000010 |
Color Harmonies of #FEBD51
Complementary color
Monochromatic Colors of #FEBD51
Black with #FEBD51
Text Example
Text Example
White with #FEBD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBD51; }
p { color: rgb(254,189,81); }
H1.HeaderClassName
{
color: #FEBD51;
}
.AnyTagClassName
{
color: #FEBD51;
}
</style>
background-color css
<style>
a { background-color: #FEBD51; }
a { background-color: rgb(254,189,81); }
div.DivClassName
{
background-color: #FEBD51;
}
.BgClassName
{
background-color: #FEBD51;
}
</style>
border-color css
<style>
span { border-color: #FEBD51; }
span { border-color: rgb(254,189,81); }
td.TdClassName
{
border-color: #FEBD51;
}
.TagClassName
{
border-color: #FEBD51;
}
</style>