Shades of Golden Tainoi #FEC74B
Tints of Golden Tainoi #FEC74B
RGB
CMYK
RGB Variations
Color information
#FEC74B (or 0xFEC74B) is known color: Golden Tainoi. HEX triplet: FE, C7 and 4B. RGB value is (254,199,75). Sum of RGB (Red+Green+Blue) = 254+199+75=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 75 (29.69% from 255 or 14.20% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC74B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC74B is #0138B4. Grayscale: #C9C9C9. Windows color (decimal): -80053 or 4966398. OLE color: 4966398.
HSL color Cylindrical-coordinate representation of color #FEC74B: hue angle of 41.56º 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 #FEC74B is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 75 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.00 |
| HSL | 41.56º | 0.99% | 0.65% | - |
| HSV(B) | 41.56º | 0.7% | 1% | - |
| XYZ | 62.57 | 62.43 | 15.41 | - |
| YUV | 201.31 | 56.72 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 75 | 0 | 0.22 | 0.70 | 0.00 | 41.56 | 0.99 | 0.65 |
| Hex | FE | C7 | 4B | 0 | 16 | 46 | 0 | 2A | 63 | 41 |
| Octal | 376 | 307 | 113 | 0 | 26 | 106 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11000111 | 1001011 | 0 | 10110 | 1000110 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC74B
Complementary color
Monochromatic Colors of #FEC74B
Black with #FEC74B
Text Example
Text Example
White with #FEC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC74B; }
p { color: rgb(254,199,75); }
H1.HeaderClassName
{
color: #FEC74B;
}
.AnyTagClassName
{
color: #FEC74B;
}
</style>
background-color css
<style>
a { background-color: #FEC74B; }
a { background-color: rgb(254,199,75); }
div.DivClassName
{
background-color: #FEC74B;
}
.BgClassName
{
background-color: #FEC74B;
}
</style>
border-color css
<style>
span { border-color: #FEC74B; }
span { border-color: rgb(254,199,75); }
td.TdClassName
{
border-color: #FEC74B;
}
.TagClassName
{
border-color: #FEC74B;
}
</style>