Shades of Golden Tainoi #FEC746
Tints of Golden Tainoi #FEC746
RGB
CMYK
RGB Variations
Color information
#FEC746 (or 0xFEC746) is known color: Golden Tainoi. HEX triplet: FE, C7 and 46. RGB value is (254,199,70). Sum of RGB (Red+Green+Blue) = 254+199+70=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC746 is #0138B9. Grayscale: #C9C9C9. Windows color (decimal): -80058 or 4638718. OLE color: 4638718.
HSL color Cylindrical-coordinate representation of color #FEC746: hue angle of 42.07º 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 #FEC746 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 70 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.00 |
| HSL | 42.07º | 0.99% | 0.64% | - |
| HSV(B) | 42.07º | 0.72% | 1% | - |
| XYZ | 62.4 | 62.36 | 14.54 | - |
| YUV | 200.74 | 54.22 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 70 | 0 | 0.22 | 0.72 | 0.00 | 42.07 | 0.99 | 0.64 |
| Hex | FE | C7 | 46 | 0 | 16 | 48 | 0 | 2A | 63 | 40 |
| Octal | 376 | 307 | 106 | 0 | 26 | 110 | 0 | 52 | 143 | 100 |
| Binary | 11111110 | 11000111 | 1000110 | 0 | 10110 | 1001000 | 0 | 101010 | 1100011 | 1000000 |
Color Harmonies of #FEC746
Complementary color
Monochromatic Colors of #FEC746
Black with #FEC746
Text Example
Text Example
White with #FEC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC746; }
p { color: rgb(254,199,70); }
H1.HeaderClassName
{
color: #FEC746;
}
.AnyTagClassName
{
color: #FEC746;
}
</style>
background-color css
<style>
a { background-color: #FEC746; }
a { background-color: rgb(254,199,70); }
div.DivClassName
{
background-color: #FEC746;
}
.BgClassName
{
background-color: #FEC746;
}
</style>
border-color css
<style>
span { border-color: #FEC746; }
span { border-color: rgb(254,199,70); }
td.TdClassName
{
border-color: #FEC746;
}
.TagClassName
{
border-color: #FEC746;
}
</style>