Shades of Golden Tainoi #FEBC51
Tints of Golden Tainoi #FEBC51
RGB
CMYK
RGB Variations
Color information
#FEBC51 (or 0xFEBC51) is known color: Golden Tainoi. HEX triplet: FE, BC and 51. RGB value is (254,188,81). Sum of RGB (Red+Green+Blue) = 254+188+81=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC51 is #0143AE. Grayscale: #C4C4C4. Windows color (decimal): -82863 or 5356798. OLE color: 5356798.
HSL color Cylindrical-coordinate representation of color #FEBC51: hue angle of 37.11º 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 #FEBC51 is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 81 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.00 |
| HSL | 37.11º | 0.99% | 0.66% | - |
| HSV(B) | 37.11º | 0.68% | 1% | - |
| XYZ | 60.34 | 57.63 | 15.73 | - |
| YUV | 195.54 | 63.37 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 81 | 0 | 0.26 | 0.68 | 0.00 | 37.11 | 0.99 | 0.66 |
| Hex | FE | BC | 51 | 0 | 1A | 44 | 0 | 25 | 63 | 42 |
| Octal | 376 | 274 | 121 | 0 | 32 | 104 | 0 | 45 | 143 | 102 |
| Binary | 11111110 | 10111100 | 1010001 | 0 | 11010 | 1000100 | 0 | 100101 | 1100011 | 1000010 |
Color Harmonies of #FEBC51
Complementary color
Monochromatic Colors of #FEBC51
Black with #FEBC51
Text Example
Text Example
White with #FEBC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC51; }
p { color: rgb(254,188,81); }
H1.HeaderClassName
{
color: #FEBC51;
}
.AnyTagClassName
{
color: #FEBC51;
}
</style>
background-color css
<style>
a { background-color: #FEBC51; }
a { background-color: rgb(254,188,81); }
div.DivClassName
{
background-color: #FEBC51;
}
.BgClassName
{
background-color: #FEBC51;
}
</style>
border-color css
<style>
span { border-color: #FEBC51; }
span { border-color: rgb(254,188,81); }
td.TdClassName
{
border-color: #FEBC51;
}
.TagClassName
{
border-color: #FEBC51;
}
</style>