Shades of Golden Tainoi #FEC04F
Tints of Golden Tainoi #FEC04F
RGB
CMYK
RGB Variations
Color information
#FEC04F (or 0xFEC04F) is known color: Golden Tainoi. HEX triplet: FE, C0 and 4F. RGB value is (254,192,79). Sum of RGB (Red+Green+Blue) = 254+192+79=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC04F is #013FB0. Grayscale: #C6C6C6. Windows color (decimal): -81841 or 5226750. OLE color: 5226750.
HSL color Cylindrical-coordinate representation of color #FEC04F: hue angle of 38.74º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEC04F is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 79 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.00 |
| HSL | 38.74º | 0.99% | 0.65% | - |
| HSV(B) | 38.74º | 0.69% | 1% | - |
| XYZ | 61.13 | 59.33 | 15.63 | - |
| YUV | 197.66 | 61.04 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 79 | 0 | 0.24 | 0.69 | 0.00 | 38.74 | 0.99 | 0.65 |
| Hex | FE | C0 | 4F | 0 | 18 | 45 | 0 | 27 | 63 | 41 |
| Octal | 376 | 300 | 117 | 0 | 30 | 105 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 11000000 | 1001111 | 0 | 11000 | 1000101 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEC04F
Complementary color
Monochromatic Colors of #FEC04F
Black with #FEC04F
Text Example
Text Example
White with #FEC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC04F; }
p { color: rgb(254,192,79); }
H1.HeaderClassName
{
color: #FEC04F;
}
.AnyTagClassName
{
color: #FEC04F;
}
</style>
background-color css
<style>
a { background-color: #FEC04F; }
a { background-color: rgb(254,192,79); }
div.DivClassName
{
background-color: #FEC04F;
}
.BgClassName
{
background-color: #FEC04F;
}
</style>
border-color css
<style>
span { border-color: #FEC04F; }
span { border-color: rgb(254,192,79); }
td.TdClassName
{
border-color: #FEC04F;
}
.TagClassName
{
border-color: #FEC04F;
}
</style>