Shades of Golden Tainoi #FEC84B
Tints of Golden Tainoi #FEC84B
RGB
CMYK
RGB Variations
Color information
#FEC84B (or 0xFEC84B) is known color: Golden Tainoi. HEX triplet: FE, C8 and 4B. RGB value is (254,200,75). Sum of RGB (Red+Green+Blue) = 254+200+75=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 75 (29.69% from 255 or 14.18% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC84B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC84B is #0137B4. Grayscale: #CACACA. Windows color (decimal): -79797 or 4966654. OLE color: 4966654.
HSL color Cylindrical-coordinate representation of color #FEC84B: hue angle of 41.9º 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 #FEC84B is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 75 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.00 |
| HSL | 41.9º | 0.99% | 0.65% | - |
| HSV(B) | 41.9º | 0.7% | 1% | - |
| XYZ | 62.8 | 62.89 | 15.49 | - |
| YUV | 201.9 | 56.39 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 75 | 0 | 0.21 | 0.70 | 0.00 | 41.9 | 0.99 | 0.65 |
| Hex | FE | C8 | 4B | 0 | 15 | 46 | 0 | 2A | 63 | 41 |
| Octal | 376 | 310 | 113 | 0 | 25 | 106 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001000 | 1001011 | 0 | 10101 | 1000110 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC84B
Complementary color
Monochromatic Colors of #FEC84B
Black with #FEC84B
Text Example
Text Example
White with #FEC84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC84B; }
p { color: rgb(254,200,75); }
H1.HeaderClassName
{
color: #FEC84B;
}
.AnyTagClassName
{
color: #FEC84B;
}
</style>
background-color css
<style>
a { background-color: #FEC84B; }
a { background-color: rgb(254,200,75); }
div.DivClassName
{
background-color: #FEC84B;
}
.BgClassName
{
background-color: #FEC84B;
}
</style>
border-color css
<style>
span { border-color: #FEC84B; }
span { border-color: rgb(254,200,75); }
td.TdClassName
{
border-color: #FEC84B;
}
.TagClassName
{
border-color: #FEC84B;
}
</style>