Shades of Golden Tainoi #FEC350
Tints of Golden Tainoi #FEC350
RGB
CMYK
RGB Variations
Color information
#FEC350 (or 0xFEC350) is known color: Golden Tainoi. HEX triplet: FE, C3 and 50. RGB value is (254,195,80). Sum of RGB (Red+Green+Blue) = 254+195+80=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC350 is #013CAF. Grayscale: #C8C8C8. Windows color (decimal): -81072 or 5293054. OLE color: 5293054.
HSL color Cylindrical-coordinate representation of color #FEC350: hue angle of 39.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEC350 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 80 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.00 |
| HSL | 39.66º | 0.99% | 0.65% | - |
| HSV(B) | 39.66º | 0.69% | 1% | - |
| XYZ | 61.84 | 60.68 | 16.04 | - |
| YUV | 199.53 | 60.55 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 80 | 0 | 0.23 | 0.69 | 0.00 | 39.66 | 0.99 | 0.65 |
| Hex | FE | C3 | 50 | 0 | 17 | 45 | 0 | 28 | 63 | 41 |
| Octal | 376 | 303 | 120 | 0 | 27 | 105 | 0 | 50 | 143 | 101 |
| Binary | 11111110 | 11000011 | 1010000 | 0 | 10111 | 1000101 | 0 | 101000 | 1100011 | 1000001 |
Color Harmonies of #FEC350
Complementary color
Monochromatic Colors of #FEC350
Black with #FEC350
Text Example
Text Example
White with #FEC350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC350; }
p { color: rgb(254,195,80); }
H1.HeaderClassName
{
color: #FEC350;
}
.AnyTagClassName
{
color: #FEC350;
}
</style>
background-color css
<style>
a { background-color: #FEC350; }
a { background-color: rgb(254,195,80); }
div.DivClassName
{
background-color: #FEC350;
}
.BgClassName
{
background-color: #FEC350;
}
</style>
border-color css
<style>
span { border-color: #FEC350; }
span { border-color: rgb(254,195,80); }
td.TdClassName
{
border-color: #FEC350;
}
.TagClassName
{
border-color: #FEC350;
}
</style>