Shades of Golden Tainoi #FEC163
Tints of Golden Tainoi #FEC163
RGB
CMYK
RGB Variations
Color information
#FEC163 (or 0xFEC163) is known color: Golden Tainoi. HEX triplet: FE, C1 and 63. RGB value is (254,193,99). Sum of RGB (Red+Green+Blue) = 254+193+99=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 99 (39.06% from 255 or 18.13% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC163 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC163 is #013E9C. Grayscale: #C8C8C8. Windows color (decimal): -81565 or 6537726. OLE color: 6537726.
HSL color Cylindrical-coordinate representation of color #FEC163: hue angle of 36.39º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FEC163 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 99 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.00 |
| HSL | 36.39º | 0.99% | 0.69% | - |
| HSV(B) | 36.39º | 0.61% | 1% | - |
| XYZ | 62.2 | 60.11 | 20.13 | - |
| YUV | 200.52 | 70.71 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 99 | 0 | 0.24 | 0.61 | 0.00 | 36.39 | 0.99 | 0.69 |
| Hex | FE | C1 | 63 | 0 | 18 | 3D | 0 | 24 | 63 | 45 |
| Octal | 376 | 301 | 143 | 0 | 30 | 75 | 0 | 44 | 143 | 105 |
| Binary | 11111110 | 11000001 | 1100011 | 0 | 11000 | 111101 | 0 | 100100 | 1100011 | 1000101 |
Color Harmonies of #FEC163
Complementary color
Monochromatic Colors of #FEC163
Black with #FEC163
Text Example
Text Example
White with #FEC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC163; }
p { color: rgb(254,193,99); }
H1.HeaderClassName
{
color: #FEC163;
}
.AnyTagClassName
{
color: #FEC163;
}
</style>
background-color css
<style>
a { background-color: #FEC163; }
a { background-color: rgb(254,193,99); }
div.DivClassName
{
background-color: #FEC163;
}
.BgClassName
{
background-color: #FEC163;
}
</style>
border-color css
<style>
span { border-color: #FEC163; }
span { border-color: rgb(254,193,99); }
td.TdClassName
{
border-color: #FEC163;
}
.TagClassName
{
border-color: #FEC163;
}
</style>