Shades of Golden Tainoi #FEC241
Tints of Golden Tainoi #FEC241
RGB
CMYK
RGB Variations
Color information
#FEC241 (or 0xFEC241) is known color: Golden Tainoi. HEX triplet: FE, C2 and 41. RGB value is (254,194,65). Sum of RGB (Red+Green+Blue) = 254+194+65=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 194 (76.17% from 255 or 37.82% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC241 is #013DBE. Grayscale: #C5C5C5. Windows color (decimal): -81343 or 4309758. OLE color: 4309758.
HSL color Cylindrical-coordinate representation of color #FEC241: hue angle of 40.95º 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 #FEC241 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 194 | 65 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.00 |
| HSL | 40.95º | 0.99% | 0.63% | - |
| HSV(B) | 40.95º | 0.74% | 1% | - |
| XYZ | 61.12 | 60.04 | 13.37 | - |
| YUV | 197.23 | 53.38 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 194 | 65 | 0 | 0.24 | 0.74 | 0.00 | 40.95 | 0.99 | 0.63 |
| Hex | FE | C2 | 41 | 0 | 18 | 4A | 0 | 29 | 63 | 3F |
| Octal | 376 | 302 | 101 | 0 | 30 | 112 | 0 | 51 | 143 | 77 |
| Binary | 11111110 | 11000010 | 1000001 | 0 | 11000 | 1001010 | 0 | 101001 | 1100011 | 111111 |
Color Harmonies of #FEC241
Complementary color
Monochromatic Colors of #FEC241
Black with #FEC241
Text Example
Text Example
White with #FEC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC241; }
p { color: rgb(254,194,65); }
H1.HeaderClassName
{
color: #FEC241;
}
.AnyTagClassName
{
color: #FEC241;
}
</style>
background-color css
<style>
a { background-color: #FEC241; }
a { background-color: rgb(254,194,65); }
div.DivClassName
{
background-color: #FEC241;
}
.BgClassName
{
background-color: #FEC241;
}
</style>
border-color css
<style>
span { border-color: #FEC241; }
span { border-color: rgb(254,194,65); }
td.TdClassName
{
border-color: #FEC241;
}
.TagClassName
{
border-color: #FEC241;
}
</style>