Shades of Golden Tainoi #FEC95C
Tints of Golden Tainoi #FEC95C
RGB
CMYK
RGB Variations
Color information
#FEC95C (or 0xFEC95C) is known color: Golden Tainoi. HEX triplet: FE, C9 and 5C. RGB value is (254,201,92). Sum of RGB (Red+Green+Blue) = 254+201+92=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 92 (36.33% from 255 or 16.82% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC95C is #0136A3. Grayscale: #CCCCCC. Windows color (decimal): -79524 or 6081022. OLE color: 6081022.
HSL color Cylindrical-coordinate representation of color #FEC95C: hue angle of 40.37º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FEC95C is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 92 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.00 |
| HSL | 40.37º | 0.99% | 0.68% | - |
| HSV(B) | 40.37º | 0.64% | 1% | - |
| XYZ | 63.69 | 63.62 | 19.05 | - |
| YUV | 204.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 92 | 0 | 0.21 | 0.64 | 0.00 | 40.37 | 0.99 | 0.68 |
| Hex | FE | C9 | 5C | 0 | 15 | 40 | 0 | 28 | 63 | 44 |
| Octal | 376 | 311 | 134 | 0 | 25 | 100 | 0 | 50 | 143 | 104 |
| Binary | 11111110 | 11001001 | 1011100 | 0 | 10101 | 1000000 | 0 | 101000 | 1100011 | 1000100 |
Color Harmonies of #FEC95C
Complementary color
Monochromatic Colors of #FEC95C
Black with #FEC95C
Text Example
Text Example
White with #FEC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC95C; }
p { color: rgb(254,201,92); }
H1.HeaderClassName
{
color: #FEC95C;
}
.AnyTagClassName
{
color: #FEC95C;
}
</style>
background-color css
<style>
a { background-color: #FEC95C; }
a { background-color: rgb(254,201,92); }
div.DivClassName
{
background-color: #FEC95C;
}
.BgClassName
{
background-color: #FEC95C;
}
</style>
border-color css
<style>
span { border-color: #FEC95C; }
span { border-color: rgb(254,201,92); }
td.TdClassName
{
border-color: #FEC95C;
}
.TagClassName
{
border-color: #FEC95C;
}
</style>