Shades of Golden Tainoi #FEC443
Tints of Golden Tainoi #FEC443
RGB
CMYK
RGB Variations
Color information
#FEC443 (or 0xFEC443) is known color: Golden Tainoi. HEX triplet: FE, C4 and 43. RGB value is (254,196,67). Sum of RGB (Red+Green+Blue) = 254+196+67=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC443 is #013BBC. Grayscale: #C7C7C7. Windows color (decimal): -80829 or 4441342. OLE color: 4441342.
HSL color Cylindrical-coordinate representation of color #FEC443: hue angle of 41.39º 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 #FEC443 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 196 | 67 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.00 |
| HSL | 41.39º | 0.99% | 0.63% | - |
| HSV(B) | 41.39º | 0.74% | 1% | - |
| XYZ | 61.63 | 60.96 | 13.83 | - |
| YUV | 198.64 | 53.72 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 196 | 67 | 0 | 0.23 | 0.74 | 0.00 | 41.39 | 0.99 | 0.63 |
| Hex | FE | C4 | 43 | 0 | 17 | 4A | 0 | 29 | 63 | 3F |
| Octal | 376 | 304 | 103 | 0 | 27 | 112 | 0 | 51 | 143 | 77 |
| Binary | 11111110 | 11000100 | 1000011 | 0 | 10111 | 1001010 | 0 | 101001 | 1100011 | 111111 |
Color Harmonies of #FEC443
Complementary color
Monochromatic Colors of #FEC443
Black with #FEC443
Text Example
Text Example
White with #FEC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC443; }
p { color: rgb(254,196,67); }
H1.HeaderClassName
{
color: #FEC443;
}
.AnyTagClassName
{
color: #FEC443;
}
</style>
background-color css
<style>
a { background-color: #FEC443; }
a { background-color: rgb(254,196,67); }
div.DivClassName
{
background-color: #FEC443;
}
.BgClassName
{
background-color: #FEC443;
}
</style>
border-color css
<style>
span { border-color: #FEC443; }
span { border-color: rgb(254,196,67); }
td.TdClassName
{
border-color: #FEC443;
}
.TagClassName
{
border-color: #FEC443;
}
</style>