Shades of Golden Tainoi #FEC05C
Tints of Golden Tainoi #FEC05C
RGB
CMYK
RGB Variations
Color information
#FEC05C (or 0xFEC05C) is known color: Golden Tainoi. HEX triplet: FE, C0 and 5C. RGB value is (254,192,92). Sum of RGB (Red+Green+Blue) = 254+192+92=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 92 (36.33% from 255 or 17.10% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC05C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC05C is #013FA3. Grayscale: #C7C7C7. Windows color (decimal): -81828 or 6078718. OLE color: 6078718.
HSL color Cylindrical-coordinate representation of color #FEC05C: hue angle of 37.04º 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 #FEC05C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 92 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.00 |
| HSL | 37.04º | 0.99% | 0.68% | - |
| HSV(B) | 37.04º | 0.64% | 1% | - |
| XYZ | 61.65 | 59.54 | 18.37 | - |
| YUV | 199.14 | 67.54 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 92 | 0 | 0.24 | 0.64 | 0.00 | 37.04 | 0.99 | 0.68 |
| Hex | FE | C0 | 5C | 0 | 18 | 40 | 0 | 25 | 63 | 44 |
| Octal | 376 | 300 | 134 | 0 | 30 | 100 | 0 | 45 | 143 | 104 |
| Binary | 11111110 | 11000000 | 1011100 | 0 | 11000 | 1000000 | 0 | 100101 | 1100011 | 1000100 |
Color Harmonies of #FEC05C
Complementary color
Monochromatic Colors of #FEC05C
Black with #FEC05C
Text Example
Text Example
White with #FEC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC05C; }
p { color: rgb(254,192,92); }
H1.HeaderClassName
{
color: #FEC05C;
}
.AnyTagClassName
{
color: #FEC05C;
}
</style>
background-color css
<style>
a { background-color: #FEC05C; }
a { background-color: rgb(254,192,92); }
div.DivClassName
{
background-color: #FEC05C;
}
.BgClassName
{
background-color: #FEC05C;
}
</style>
border-color css
<style>
span { border-color: #FEC05C; }
span { border-color: rgb(254,192,92); }
td.TdClassName
{
border-color: #FEC05C;
}
.TagClassName
{
border-color: #FEC05C;
}
</style>