Shades of Golden Tainoi #FEBC4A
Tints of Golden Tainoi #FEBC4A
RGB
CMYK
RGB Variations
Color information
#FEBC4A (or 0xFEBC4A) is known color: Golden Tainoi. HEX triplet: FE, BC and 4A. RGB value is (254,188,74). Sum of RGB (Red+Green+Blue) = 254+188+74=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 74 (29.30% from 255 or 14.34% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBC4A is #0143B5. Grayscale: #C3C3C3. Windows color (decimal): -82870 or 4898046. OLE color: 4898046.
HSL color Cylindrical-coordinate representation of color #FEBC4A: hue angle of 38º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEBC4A is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 188 | 74 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.00 |
| HSL | 38º | 0.99% | 0.64% | - |
| HSV(B) | 38º | 0.71% | 1% | - |
| XYZ | 60.09 | 57.53 | 14.42 | - |
| YUV | 194.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 188 | 74 | 0 | 0.26 | 0.71 | 0.00 | 38 | 0.99 | 0.64 |
| Hex | FE | BC | 4A | 0 | 1A | 47 | 0 | 26 | 63 | 40 |
| Octal | 376 | 274 | 112 | 0 | 32 | 107 | 0 | 46 | 143 | 100 |
| Binary | 11111110 | 10111100 | 1001010 | 0 | 11010 | 1000111 | 0 | 100110 | 1100011 | 1000000 |
Color Harmonies of #FEBC4A
Complementary color
Monochromatic Colors of #FEBC4A
Black with #FEBC4A
Text Example
Text Example
White with #FEBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBC4A; }
p { color: rgb(254,188,74); }
H1.HeaderClassName
{
color: #FEBC4A;
}
.AnyTagClassName
{
color: #FEBC4A;
}
</style>
background-color css
<style>
a { background-color: #FEBC4A; }
a { background-color: rgb(254,188,74); }
div.DivClassName
{
background-color: #FEBC4A;
}
.BgClassName
{
background-color: #FEBC4A;
}
</style>
border-color css
<style>
span { border-color: #FEBC4A; }
span { border-color: rgb(254,188,74); }
td.TdClassName
{
border-color: #FEBC4A;
}
.TagClassName
{
border-color: #FEBC4A;
}
</style>