Shades of Golden Tainoi #FEC24A
Tints of Golden Tainoi #FEC24A
RGB
CMYK
RGB Variations
Color information
#FEC24A (or 0xFEC24A) is known color: Golden Tainoi. HEX triplet: FE, C2 and 4A. RGB value is (254,194,74). Sum of RGB (Red+Green+Blue) = 254+194+74=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC24A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC24A is #013DB5. Grayscale: #C6C6C6. Windows color (decimal): -81334 or 4899582. OLE color: 4899582.
HSL color Cylindrical-coordinate representation of color #FEC24A: hue angle of 40º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEC24A is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 74 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.00 |
| HSL | 40º | 0.99% | 0.64% | - |
| HSV(B) | 40º | 0.71% | 1% | - |
| XYZ | 61.4 | 60.15 | 14.85 | - |
| YUV | 198.26 | 57.88 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 74 | 0 | 0.24 | 0.71 | 0.00 | 40 | 0.99 | 0.64 |
| Hex | FE | C2 | 4A | 0 | 18 | 47 | 0 | 28 | 63 | 40 |
| Octal | 376 | 302 | 112 | 0 | 30 | 107 | 0 | 50 | 143 | 100 |
| Binary | 11111110 | 11000010 | 1001010 | 0 | 11000 | 1000111 | 0 | 101000 | 1100011 | 1000000 |
Color Harmonies of #FEC24A
Complementary color
Monochromatic Colors of #FEC24A
Black with #FEC24A
Text Example
Text Example
White with #FEC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC24A; }
p { color: rgb(254,194,74); }
H1.HeaderClassName
{
color: #FEC24A;
}
.AnyTagClassName
{
color: #FEC24A;
}
</style>
background-color css
<style>
a { background-color: #FEC24A; }
a { background-color: rgb(254,194,74); }
div.DivClassName
{
background-color: #FEC24A;
}
.BgClassName
{
background-color: #FEC24A;
}
</style>
border-color css
<style>
span { border-color: #FEC24A; }
span { border-color: rgb(254,194,74); }
td.TdClassName
{
border-color: #FEC24A;
}
.TagClassName
{
border-color: #FEC24A;
}
</style>