Shades of Golden Tainoi #FEC35C
Tints of Golden Tainoi #FEC35C
RGB
CMYK
RGB Variations
Color information
#FEC35C (or 0xFEC35C) is known color: Golden Tainoi. HEX triplet: FE, C3 and 5C. RGB value is (254,195,92). Sum of RGB (Red+Green+Blue) = 254+195+92=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 92 (36.33% from 255 or 17.01% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC35C is #013CA3. Grayscale: #C9C9C9. Windows color (decimal): -81060 or 6079486. OLE color: 6079486.
HSL color Cylindrical-coordinate representation of color #FEC35C: hue angle of 38.15º 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 #FEC35C is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 92 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.00 |
| HSL | 38.15º | 0.99% | 0.68% | - |
| HSV(B) | 38.15º | 0.64% | 1% | - |
| XYZ | 62.32 | 60.87 | 18.59 | - |
| YUV | 200.9 | 66.55 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 92 | 0 | 0.23 | 0.64 | 0.00 | 38.15 | 0.99 | 0.68 |
| Hex | FE | C3 | 5C | 0 | 17 | 40 | 0 | 26 | 63 | 44 |
| Octal | 376 | 303 | 134 | 0 | 27 | 100 | 0 | 46 | 143 | 104 |
| Binary | 11111110 | 11000011 | 1011100 | 0 | 10111 | 1000000 | 0 | 100110 | 1100011 | 1000100 |
Color Harmonies of #FEC35C
Complementary color
Monochromatic Colors of #FEC35C
Black with #FEC35C
Text Example
Text Example
White with #FEC35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC35C; }
p { color: rgb(254,195,92); }
H1.HeaderClassName
{
color: #FEC35C;
}
.AnyTagClassName
{
color: #FEC35C;
}
</style>
background-color css
<style>
a { background-color: #FEC35C; }
a { background-color: rgb(254,195,92); }
div.DivClassName
{
background-color: #FEC35C;
}
.BgClassName
{
background-color: #FEC35C;
}
</style>
border-color css
<style>
span { border-color: #FEC35C; }
span { border-color: rgb(254,195,92); }
td.TdClassName
{
border-color: #FEC35C;
}
.TagClassName
{
border-color: #FEC35C;
}
</style>