Shades of Golden Tainoi #FEC15C
Tints of Golden Tainoi #FEC15C
RGB
CMYK
RGB Variations
Color information
#FEC15C (or 0xFEC15C) is known color: Golden Tainoi. HEX triplet: FE, C1 and 5C. RGB value is (254,193,92). Sum of RGB (Red+Green+Blue) = 254+193+92=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC15C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC15C is #013EA3. Grayscale: #C8C8C8. Windows color (decimal): -81572 or 6078974. OLE color: 6078974.
HSL color Cylindrical-coordinate representation of color #FEC15C: hue angle of 37.41º 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 #FEC15C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 92 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.00 |
| HSL | 37.41º | 0.99% | 0.68% | - |
| HSV(B) | 37.41º | 0.64% | 1% | - |
| XYZ | 61.87 | 59.98 | 18.44 | - |
| YUV | 199.73 | 67.21 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 92 | 0 | 0.24 | 0.64 | 0.00 | 37.41 | 0.99 | 0.68 |
| Hex | FE | C1 | 5C | 0 | 18 | 40 | 0 | 25 | 63 | 44 |
| Octal | 376 | 301 | 134 | 0 | 30 | 100 | 0 | 45 | 143 | 104 |
| Binary | 11111110 | 11000001 | 1011100 | 0 | 11000 | 1000000 | 0 | 100101 | 1100011 | 1000100 |
Color Harmonies of #FEC15C
Complementary color
Monochromatic Colors of #FEC15C
Black with #FEC15C
Text Example
Text Example
White with #FEC15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC15C; }
p { color: rgb(254,193,92); }
H1.HeaderClassName
{
color: #FEC15C;
}
.AnyTagClassName
{
color: #FEC15C;
}
</style>
background-color css
<style>
a { background-color: #FEC15C; }
a { background-color: rgb(254,193,92); }
div.DivClassName
{
background-color: #FEC15C;
}
.BgClassName
{
background-color: #FEC15C;
}
</style>
border-color css
<style>
span { border-color: #FEC15C; }
span { border-color: rgb(254,193,92); }
td.TdClassName
{
border-color: #FEC15C;
}
.TagClassName
{
border-color: #FEC15C;
}
</style>