Shades of Golden Tainoi #FEBC4D
Tints of Golden Tainoi #FEBC4D
RGB
CMYK
RGB Variations
Color information
#FEBC4D (or 0xFEBC4D) is known color: Golden Tainoi. HEX triplet: FE, BC and 4D. RGB value is (254,188,77). Sum of RGB (Red+Green+Blue) = 254+188+77=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC4D is #0143B2. Grayscale: #C3C3C3. Windows color (decimal): -82867 or 5094654. OLE color: 5094654.
HSL color Cylindrical-coordinate representation of color #FEBC4D: hue angle of 37.63º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEBC4D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 77 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.00 |
| HSL | 37.63º | 0.99% | 0.65% | - |
| HSV(B) | 37.63º | 0.7% | 1% | - |
| XYZ | 60.2 | 57.57 | 14.96 | - |
| YUV | 195.08 | 61.37 | 170.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 77 | 0 | 0.26 | 0.70 | 0.00 | 37.63 | 0.99 | 0.65 |
| Hex | FE | BC | 4D | 0 | 1A | 46 | 0 | 26 | 63 | 41 |
| Octal | 376 | 274 | 115 | 0 | 32 | 106 | 0 | 46 | 143 | 101 |
| Binary | 11111110 | 10111100 | 1001101 | 0 | 11010 | 1000110 | 0 | 100110 | 1100011 | 1000001 |
Color Harmonies of #FEBC4D
Complementary color
Monochromatic Colors of #FEBC4D
Black with #FEBC4D
Text Example
Text Example
White with #FEBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC4D; }
p { color: rgb(254,188,77); }
H1.HeaderClassName
{
color: #FEBC4D;
}
.AnyTagClassName
{
color: #FEBC4D;
}
</style>
background-color css
<style>
a { background-color: #FEBC4D; }
a { background-color: rgb(254,188,77); }
div.DivClassName
{
background-color: #FEBC4D;
}
.BgClassName
{
background-color: #FEBC4D;
}
</style>
border-color css
<style>
span { border-color: #FEBC4D; }
span { border-color: rgb(254,188,77); }
td.TdClassName
{
border-color: #FEBC4D;
}
.TagClassName
{
border-color: #FEBC4D;
}
</style>