Shades of Golden Tainoi #FEC743
Tints of Golden Tainoi #FEC743
RGB
CMYK
RGB Variations
Color information
#FEC743 (or 0xFEC743) is known color: Golden Tainoi. HEX triplet: FE, C7 and 43. RGB value is (254,199,67). Sum of RGB (Red+Green+Blue) = 254+199+67=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 67 (26.56% from 255 or 12.88% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC743 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC743 is #0138BC. Grayscale: #C8C8C8. Windows color (decimal): -80061 or 4442110. OLE color: 4442110.
HSL color Cylindrical-coordinate representation of color #FEC743: hue angle of 42.35º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEC743 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 67 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.00 |
| HSL | 42.35º | 0.99% | 0.63% | - |
| HSV(B) | 42.35º | 0.74% | 1% | - |
| XYZ | 62.31 | 62.32 | 14.06 | - |
| YUV | 200.4 | 52.72 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 67 | 0 | 0.22 | 0.74 | 0.00 | 42.35 | 0.99 | 0.63 |
| Hex | FE | C7 | 43 | 0 | 16 | 4A | 0 | 2A | 63 | 3F |
| Octal | 376 | 307 | 103 | 0 | 26 | 112 | 0 | 52 | 143 | 77 |
| Binary | 11111110 | 11000111 | 1000011 | 0 | 10110 | 1001010 | 0 | 101010 | 1100011 | 111111 |
Color Harmonies of #FEC743
Complementary color
Monochromatic Colors of #FEC743
Black with #FEC743
Text Example
Text Example
White with #FEC743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC743; }
p { color: rgb(254,199,67); }
H1.HeaderClassName
{
color: #FEC743;
}
.AnyTagClassName
{
color: #FEC743;
}
</style>
background-color css
<style>
a { background-color: #FEC743; }
a { background-color: rgb(254,199,67); }
div.DivClassName
{
background-color: #FEC743;
}
.BgClassName
{
background-color: #FEC743;
}
</style>
border-color css
<style>
span { border-color: #FEC743; }
span { border-color: rgb(254,199,67); }
td.TdClassName
{
border-color: #FEC743;
}
.TagClassName
{
border-color: #FEC743;
}
</style>