Shades of Golden Tainoi #FEC65C
Tints of Golden Tainoi #FEC65C
RGB
CMYK
RGB Variations
Color information
#FEC65C (or 0xFEC65C) is known color: Golden Tainoi. HEX triplet: FE, C6 and 5C. RGB value is (254,198,92). Sum of RGB (Red+Green+Blue) = 254+198+92=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC65C is #0139A3. Grayscale: #CBCBCB. Windows color (decimal): -80292 or 6080254. OLE color: 6080254.
HSL color Cylindrical-coordinate representation of color #FEC65C: hue angle of 39.26º 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 #FEC65C is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 92 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.00 |
| HSL | 39.26º | 0.99% | 0.68% | - |
| HSV(B) | 39.26º | 0.64% | 1% | - |
| XYZ | 63 | 62.23 | 18.82 | - |
| YUV | 202.66 | 65.55 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 92 | 0 | 0.22 | 0.64 | 0.00 | 39.26 | 0.99 | 0.68 |
| Hex | FE | C6 | 5C | 0 | 16 | 40 | 0 | 27 | 63 | 44 |
| Octal | 376 | 306 | 134 | 0 | 26 | 100 | 0 | 47 | 143 | 104 |
| Binary | 11111110 | 11000110 | 1011100 | 0 | 10110 | 1000000 | 0 | 100111 | 1100011 | 1000100 |
Color Harmonies of #FEC65C
Complementary color
Monochromatic Colors of #FEC65C
Black with #FEC65C
Text Example
Text Example
White with #FEC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC65C; }
p { color: rgb(254,198,92); }
H1.HeaderClassName
{
color: #FEC65C;
}
.AnyTagClassName
{
color: #FEC65C;
}
</style>
background-color css
<style>
a { background-color: #FEC65C; }
a { background-color: rgb(254,198,92); }
div.DivClassName
{
background-color: #FEC65C;
}
.BgClassName
{
background-color: #FEC65C;
}
</style>
border-color css
<style>
span { border-color: #FEC65C; }
span { border-color: rgb(254,198,92); }
td.TdClassName
{
border-color: #FEC65C;
}
.TagClassName
{
border-color: #FEC65C;
}
</style>