Shades of Golden Tainoi #FEBC55
Tints of Golden Tainoi #FEBC55
RGB
CMYK
RGB Variations
Color information
#FEBC55 (or 0xFEBC55) is known color: Golden Tainoi. HEX triplet: FE, BC and 55. RGB value is (254,188,85). Sum of RGB (Red+Green+Blue) = 254+188+85=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 85 (33.59% from 255 or 16.13% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEBC55 is #0143AA. Grayscale: #C4C4C4. Windows color (decimal): -82859 or 5618942. OLE color: 5618942.
HSL color Cylindrical-coordinate representation of color #FEBC55: hue angle of 36.57º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEBC55 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 85 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.00 |
| HSL | 36.57º | 0.99% | 0.66% | - |
| HSV(B) | 36.57º | 0.67% | 1% | - |
| XYZ | 60.5 | 57.69 | 16.54 | - |
| YUV | 195.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 85 | 0 | 0.26 | 0.67 | 0.00 | 36.57 | 0.99 | 0.66 |
| Hex | FE | BC | 55 | 0 | 1A | 43 | 0 | 25 | 63 | 42 |
| Octal | 376 | 274 | 125 | 0 | 32 | 103 | 0 | 45 | 143 | 102 |
| Binary | 11111110 | 10111100 | 1010101 | 0 | 11010 | 1000011 | 0 | 100101 | 1100011 | 1000010 |
Color Harmonies of #FEBC55
Complementary color
Monochromatic Colors of #FEBC55
Black with #FEBC55
Text Example
Text Example
White with #FEBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC55; }
p { color: rgb(254,188,85); }
H1.HeaderClassName
{
color: #FEBC55;
}
.AnyTagClassName
{
color: #FEBC55;
}
</style>
background-color css
<style>
a { background-color: #FEBC55; }
a { background-color: rgb(254,188,85); }
div.DivClassName
{
background-color: #FEBC55;
}
.BgClassName
{
background-color: #FEBC55;
}
</style>
border-color css
<style>
span { border-color: #FEBC55; }
span { border-color: rgb(254,188,85); }
td.TdClassName
{
border-color: #FEBC55;
}
.TagClassName
{
border-color: #FEBC55;
}
</style>