Shades of Golden Tainoi #FEC846
Tints of Golden Tainoi #FEC846
RGB
CMYK
RGB Variations
Color information
#FEC846 (or 0xFEC846) is known color: Golden Tainoi. HEX triplet: FE, C8 and 46. RGB value is (254,200,70). Sum of RGB (Red+Green+Blue) = 254+200+70=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC846 is #0137B9. Grayscale: #C9C9C9. Windows color (decimal): -79802 or 4638974. OLE color: 4638974.
HSL color Cylindrical-coordinate representation of color #FEC846: hue angle of 42.39º 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 #FEC846 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 70 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.00 |
| HSL | 42.39º | 0.99% | 0.64% | - |
| HSV(B) | 42.39º | 0.72% | 1% | - |
| XYZ | 62.63 | 62.82 | 14.62 | - |
| YUV | 201.33 | 53.89 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 70 | 0 | 0.21 | 0.72 | 0.00 | 42.39 | 0.99 | 0.64 |
| Hex | FE | C8 | 46 | 0 | 15 | 48 | 0 | 2A | 63 | 40 |
| Octal | 376 | 310 | 106 | 0 | 25 | 110 | 0 | 52 | 143 | 100 |
| Binary | 11111110 | 11001000 | 1000110 | 0 | 10101 | 1001000 | 0 | 101010 | 1100011 | 1000000 |
Color Harmonies of #FEC846
Complementary color
Monochromatic Colors of #FEC846
Black with #FEC846
Text Example
Text Example
White with #FEC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC846; }
p { color: rgb(254,200,70); }
H1.HeaderClassName
{
color: #FEC846;
}
.AnyTagClassName
{
color: #FEC846;
}
</style>
background-color css
<style>
a { background-color: #FEC846; }
a { background-color: rgb(254,200,70); }
div.DivClassName
{
background-color: #FEC846;
}
.BgClassName
{
background-color: #FEC846;
}
</style>
border-color css
<style>
span { border-color: #FEC846; }
span { border-color: rgb(254,200,70); }
td.TdClassName
{
border-color: #FEC846;
}
.TagClassName
{
border-color: #FEC846;
}
</style>