Shades of Golden Tainoi #FEBC5C
Tints of Golden Tainoi #FEBC5C
RGB
CMYK
RGB Variations
Color information
#FEBC5C (or 0xFEBC5C) is known color: Golden Tainoi. HEX triplet: FE, BC and 5C. RGB value is (254,188,92). Sum of RGB (Red+Green+Blue) = 254+188+92=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 92 (36.33% from 255 or 17.23% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC5C is #0143A3. Grayscale: #C5C5C5. Windows color (decimal): -82852 or 6077694. OLE color: 6077694.
HSL color Cylindrical-coordinate representation of color #FEBC5C: hue angle of 35.56º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEBC5C is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 92 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.00 |
| HSL | 35.56º | 0.99% | 0.68% | - |
| HSV(B) | 35.56º | 0.64% | 1% | - |
| XYZ | 60.79 | 57.81 | 18.08 | - |
| YUV | 196.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 92 | 0 | 0.26 | 0.64 | 0.00 | 35.56 | 0.99 | 0.68 |
| Hex | FE | BC | 5C | 0 | 1A | 40 | 0 | 24 | 63 | 44 |
| Octal | 376 | 274 | 134 | 0 | 32 | 100 | 0 | 44 | 143 | 104 |
| Binary | 11111110 | 10111100 | 1011100 | 0 | 11010 | 1000000 | 0 | 100100 | 1100011 | 1000100 |
Color Harmonies of #FEBC5C
Complementary color
Monochromatic Colors of #FEBC5C
Black with #FEBC5C
Text Example
Text Example
White with #FEBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC5C; }
p { color: rgb(254,188,92); }
H1.HeaderClassName
{
color: #FEBC5C;
}
.AnyTagClassName
{
color: #FEBC5C;
}
</style>
background-color css
<style>
a { background-color: #FEBC5C; }
a { background-color: rgb(254,188,92); }
div.DivClassName
{
background-color: #FEBC5C;
}
.BgClassName
{
background-color: #FEBC5C;
}
</style>
border-color css
<style>
span { border-color: #FEBC5C; }
span { border-color: rgb(254,188,92); }
td.TdClassName
{
border-color: #FEBC5C;
}
.TagClassName
{
border-color: #FEBC5C;
}
</style>