Shades of Golden Tainoi #FEBC4C
Tints of Golden Tainoi #FEBC4C
RGB
CMYK
RGB Variations
Color information
#FEBC4C (or 0xFEBC4C) is known color: Golden Tainoi. HEX triplet: FE, BC and 4C. RGB value is (254,188,76). Sum of RGB (Red+Green+Blue) = 254+188+76=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC4C is #0143B3. Grayscale: #C3C3C3. Windows color (decimal): -82868 or 5029118. OLE color: 5029118.
HSL color Cylindrical-coordinate representation of color #FEBC4C: hue angle of 37.75º 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 #FEBC4C is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 76 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.00 |
| HSL | 37.75º | 0.99% | 0.65% | - |
| HSV(B) | 37.75º | 0.7% | 1% | - |
| XYZ | 60.16 | 57.56 | 14.78 | - |
| YUV | 194.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 76 | 0 | 0.26 | 0.70 | 0.00 | 37.75 | 0.99 | 0.65 |
| Hex | FE | BC | 4C | 0 | 1A | 46 | 0 | 26 | 63 | 41 |
| Octal | 376 | 274 | 114 | 0 | 32 | 106 | 0 | 46 | 143 | 101 |
| Binary | 11111110 | 10111100 | 1001100 | 0 | 11010 | 1000110 | 0 | 100110 | 1100011 | 1000001 |
Color Harmonies of #FEBC4C
Complementary color
Monochromatic Colors of #FEBC4C
Black with #FEBC4C
Text Example
Text Example
White with #FEBC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC4C; }
p { color: rgb(254,188,76); }
H1.HeaderClassName
{
color: #FEBC4C;
}
.AnyTagClassName
{
color: #FEBC4C;
}
</style>
background-color css
<style>
a { background-color: #FEBC4C; }
a { background-color: rgb(254,188,76); }
div.DivClassName
{
background-color: #FEBC4C;
}
.BgClassName
{
background-color: #FEBC4C;
}
</style>
border-color css
<style>
span { border-color: #FEBC4C; }
span { border-color: rgb(254,188,76); }
td.TdClassName
{
border-color: #FEBC4C;
}
.TagClassName
{
border-color: #FEBC4C;
}
</style>