Shades of Golden Tainoi #FEC35A
Tints of Golden Tainoi #FEC35A
RGB
CMYK
RGB Variations
Color information
#FEC35A (or 0xFEC35A) is known color: Golden Tainoi. HEX triplet: FE, C3 and 5A. RGB value is (254,195,90). Sum of RGB (Red+Green+Blue) = 254+195+90=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 90 (35.55% from 255 or 16.70% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC35A is #013CA5. Grayscale: #C9C9C9. Windows color (decimal): -81062 or 5948414. OLE color: 5948414.
HSL color Cylindrical-coordinate representation of color #FEC35A: hue angle of 38.41º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEC35A is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 90 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.00 |
| HSL | 38.41º | 0.99% | 0.67% | - |
| HSV(B) | 38.41º | 0.65% | 1% | - |
| XYZ | 62.23 | 60.84 | 18.14 | - |
| YUV | 200.67 | 65.55 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 90 | 0 | 0.23 | 0.65 | 0.00 | 38.41 | 0.99 | 0.67 |
| Hex | FE | C3 | 5A | 0 | 17 | 41 | 0 | 26 | 63 | 43 |
| Octal | 376 | 303 | 132 | 0 | 27 | 101 | 0 | 46 | 143 | 103 |
| Binary | 11111110 | 11000011 | 1011010 | 0 | 10111 | 1000001 | 0 | 100110 | 1100011 | 1000011 |
Color Harmonies of #FEC35A
Complementary color
Monochromatic Colors of #FEC35A
Black with #FEC35A
Text Example
Text Example
White with #FEC35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC35A; }
p { color: rgb(254,195,90); }
H1.HeaderClassName
{
color: #FEC35A;
}
.AnyTagClassName
{
color: #FEC35A;
}
</style>
background-color css
<style>
a { background-color: #FEC35A; }
a { background-color: rgb(254,195,90); }
div.DivClassName
{
background-color: #FEC35A;
}
.BgClassName
{
background-color: #FEC35A;
}
</style>
border-color css
<style>
span { border-color: #FEC35A; }
span { border-color: rgb(254,195,90); }
td.TdClassName
{
border-color: #FEC35A;
}
.TagClassName
{
border-color: #FEC35A;
}
</style>