Shades of Golden Tainoi #FEC142
Tints of Golden Tainoi #FEC142
RGB
CMYK
RGB Variations
Color information
#FEC142 (or 0xFEC142) is known color: Golden Tainoi. HEX triplet: FE, C1 and 42. RGB value is (254,193,66). Sum of RGB (Red+Green+Blue) = 254+193+66=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 66 (26.17% from 255 or 12.87% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC142 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC142 is #013EBD. Grayscale: #C5C5C5. Windows color (decimal): -81598 or 4375038. OLE color: 4375038.
HSL color Cylindrical-coordinate representation of color #FEC142: hue angle of 40.53º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FEC142 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 66 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.00 |
| HSL | 40.53º | 0.99% | 0.63% | - |
| HSV(B) | 40.53º | 0.74% | 1% | - |
| XYZ | 60.93 | 59.6 | 13.45 | - |
| YUV | 196.76 | 54.21 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 66 | 0 | 0.24 | 0.74 | 0.00 | 40.53 | 0.99 | 0.63 |
| Hex | FE | C1 | 42 | 0 | 18 | 4A | 0 | 29 | 63 | 3F |
| Octal | 376 | 301 | 102 | 0 | 30 | 112 | 0 | 51 | 143 | 77 |
| Binary | 11111110 | 11000001 | 1000010 | 0 | 11000 | 1001010 | 0 | 101001 | 1100011 | 111111 |
Color Harmonies of #FEC142
Complementary color
Monochromatic Colors of #FEC142
Black with #FEC142
Text Example
Text Example
White with #FEC142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC142; }
p { color: rgb(254,193,66); }
H1.HeaderClassName
{
color: #FEC142;
}
.AnyTagClassName
{
color: #FEC142;
}
</style>
background-color css
<style>
a { background-color: #FEC142; }
a { background-color: rgb(254,193,66); }
div.DivClassName
{
background-color: #FEC142;
}
.BgClassName
{
background-color: #FEC142;
}
</style>
border-color css
<style>
span { border-color: #FEC142; }
span { border-color: rgb(254,193,66); }
td.TdClassName
{
border-color: #FEC142;
}
.TagClassName
{
border-color: #FEC142;
}
</style>