Shades of Golden Tainoi #FEC04B
Tints of Golden Tainoi #FEC04B
RGB
CMYK
RGB Variations
Color information
#FEC04B (or 0xFEC04B) is known color: Golden Tainoi. HEX triplet: FE, C0 and 4B. RGB value is (254,192,75). Sum of RGB (Red+Green+Blue) = 254+192+75=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC04B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC04B is #013FB4. Grayscale: #C5C5C5. Windows color (decimal): -81845 or 4964606. OLE color: 4964606.
HSL color Cylindrical-coordinate representation of color #FEC04B: hue angle of 39.22º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEC04B is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 75 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.00 |
| HSL | 39.22º | 0.99% | 0.65% | - |
| HSV(B) | 39.22º | 0.7% | 1% | - |
| XYZ | 60.99 | 59.28 | 14.88 | - |
| YUV | 197.2 | 59.04 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 75 | 0 | 0.24 | 0.70 | 0.00 | 39.22 | 0.99 | 0.65 |
| Hex | FE | C0 | 4B | 0 | 18 | 46 | 0 | 27 | 63 | 41 |
| Octal | 376 | 300 | 113 | 0 | 30 | 106 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 11000000 | 1001011 | 0 | 11000 | 1000110 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEC04B
Complementary color
Monochromatic Colors of #FEC04B
Black with #FEC04B
Text Example
Text Example
White with #FEC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC04B; }
p { color: rgb(254,192,75); }
H1.HeaderClassName
{
color: #FEC04B;
}
.AnyTagClassName
{
color: #FEC04B;
}
</style>
background-color css
<style>
a { background-color: #FEC04B; }
a { background-color: rgb(254,192,75); }
div.DivClassName
{
background-color: #FEC04B;
}
.BgClassName
{
background-color: #FEC04B;
}
</style>
border-color css
<style>
span { border-color: #FEC04B; }
span { border-color: rgb(254,192,75); }
td.TdClassName
{
border-color: #FEC04B;
}
.TagClassName
{
border-color: #FEC04B;
}
</style>