Shades of Golden Tainoi #FEBB46
Tints of Golden Tainoi #FEBB46
RGB
CMYK
RGB Variations
Color information
#FEBB46 (or 0xFEBB46) is known color: Golden Tainoi. HEX triplet: FE, BB and 46. RGB value is (254,187,70). Sum of RGB (Red+Green+Blue) = 254+187+70=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 70 (27.73% from 255 or 13.70% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBB46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEBB46 is #0144B9. Grayscale: #C2C2C2. Windows color (decimal): -83130 or 4635646. OLE color: 4635646.
HSL color Cylindrical-coordinate representation of color #FEBB46: hue angle of 38.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FEBB46 is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 70 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.00 |
| HSL | 38.15º | 0.99% | 0.64% | - |
| HSV(B) | 38.15º | 0.72% | 1% | - |
| XYZ | 59.75 | 57.05 | 13.66 | - |
| YUV | 193.7 | 58.2 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 70 | 0 | 0.26 | 0.72 | 0.00 | 38.15 | 0.99 | 0.64 |
| Hex | FE | BB | 46 | 0 | 1A | 48 | 0 | 26 | 63 | 40 |
| Octal | 376 | 273 | 106 | 0 | 32 | 110 | 0 | 46 | 143 | 100 |
| Binary | 11111110 | 10111011 | 1000110 | 0 | 11010 | 1001000 | 0 | 100110 | 1100011 | 1000000 |
Color Harmonies of #FEBB46
Complementary color
Monochromatic Colors of #FEBB46
Black with #FEBB46
Text Example
Text Example
White with #FEBB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBB46; }
p { color: rgb(254,187,70); }
H1.HeaderClassName
{
color: #FEBB46;
}
.AnyTagClassName
{
color: #FEBB46;
}
</style>
background-color css
<style>
a { background-color: #FEBB46; }
a { background-color: rgb(254,187,70); }
div.DivClassName
{
background-color: #FEBB46;
}
.BgClassName
{
background-color: #FEBB46;
}
</style>
border-color css
<style>
span { border-color: #FEBB46; }
span { border-color: rgb(254,187,70); }
td.TdClassName
{
border-color: #FEBB46;
}
.TagClassName
{
border-color: #FEBB46;
}
</style>