Shades of Golden Tainoi #FEC744
Tints of Golden Tainoi #FEC744
RGB
CMYK
RGB Variations
Color information
#FEC744 (or 0xFEC744) is known color: Golden Tainoi. HEX triplet: FE, C7 and 44. RGB value is (254,199,68). Sum of RGB (Red+Green+Blue) = 254+199+68=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC744 is #0138BB. Grayscale: #C9C9C9. Windows color (decimal): -80060 or 4507646. OLE color: 4507646.
HSL color Cylindrical-coordinate representation of color #FEC744: hue angle of 42.26º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FEC744 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 68 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.00 |
| HSL | 42.26º | 0.99% | 0.63% | - |
| HSV(B) | 42.26º | 0.73% | 1% | - |
| XYZ | 62.34 | 62.34 | 14.22 | - |
| YUV | 200.51 | 53.22 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 68 | 0 | 0.22 | 0.73 | 0.00 | 42.26 | 0.99 | 0.63 |
| Hex | FE | C7 | 44 | 0 | 16 | 49 | 0 | 2A | 63 | 3F |
| Octal | 376 | 307 | 104 | 0 | 26 | 111 | 0 | 52 | 143 | 77 |
| Binary | 11111110 | 11000111 | 1000100 | 0 | 10110 | 1001001 | 0 | 101010 | 1100011 | 111111 |
Color Harmonies of #FEC744
Complementary color
Monochromatic Colors of #FEC744
Black with #FEC744
Text Example
Text Example
White with #FEC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC744; }
p { color: rgb(254,199,68); }
H1.HeaderClassName
{
color: #FEC744;
}
.AnyTagClassName
{
color: #FEC744;
}
</style>
background-color css
<style>
a { background-color: #FEC744; }
a { background-color: rgb(254,199,68); }
div.DivClassName
{
background-color: #FEC744;
}
.BgClassName
{
background-color: #FEC744;
}
</style>
border-color css
<style>
span { border-color: #FEC744; }
span { border-color: rgb(254,199,68); }
td.TdClassName
{
border-color: #FEC744;
}
.TagClassName
{
border-color: #FEC744;
}
</style>