Shades of Golden Tainoi #FEC15D
Tints of Golden Tainoi #FEC15D
RGB
CMYK
RGB Variations
Color information
#FEC15D (or 0xFEC15D) is known color: Golden Tainoi. HEX triplet: FE, C1 and 5D. RGB value is (254,193,93). Sum of RGB (Red+Green+Blue) = 254+193+93=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 93 (36.72% from 255 or 17.22% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC15D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC15D is #013EA2. Grayscale: #C8C8C8. Windows color (decimal): -81571 or 6144510. OLE color: 6144510.
HSL color Cylindrical-coordinate representation of color #FEC15D: hue angle of 37.27º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEC15D is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 93 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.00 |
| HSL | 37.27º | 0.99% | 0.68% | - |
| HSV(B) | 37.27º | 0.63% | 1% | - |
| XYZ | 61.92 | 60 | 18.67 | - |
| YUV | 199.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 93 | 0 | 0.24 | 0.63 | 0.00 | 37.27 | 0.99 | 0.68 |
| Hex | FE | C1 | 5D | 0 | 18 | 3F | 0 | 25 | 63 | 44 |
| Octal | 376 | 301 | 135 | 0 | 30 | 77 | 0 | 45 | 143 | 104 |
| Binary | 11111110 | 11000001 | 1011101 | 0 | 11000 | 111111 | 0 | 100101 | 1100011 | 1000100 |
Color Harmonies of #FEC15D
Complementary color
Monochromatic Colors of #FEC15D
Black with #FEC15D
Text Example
Text Example
White with #FEC15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC15D; }
p { color: rgb(254,193,93); }
H1.HeaderClassName
{
color: #FEC15D;
}
.AnyTagClassName
{
color: #FEC15D;
}
</style>
background-color css
<style>
a { background-color: #FEC15D; }
a { background-color: rgb(254,193,93); }
div.DivClassName
{
background-color: #FEC15D;
}
.BgClassName
{
background-color: #FEC15D;
}
</style>
border-color css
<style>
span { border-color: #FEC15D; }
span { border-color: rgb(254,193,93); }
td.TdClassName
{
border-color: #FEC15D;
}
.TagClassName
{
border-color: #FEC15D;
}
</style>