Shades of Golden Tainoi #FEC353
Tints of Golden Tainoi #FEC353
RGB
CMYK
RGB Variations
Color information
#FEC353 (or 0xFEC353) is known color: Golden Tainoi. HEX triplet: FE, C3 and 53. RGB value is (254,195,83). Sum of RGB (Red+Green+Blue) = 254+195+83=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC353 is #013CAC. Grayscale: #C8C8C8. Windows color (decimal): -81069 or 5489662. OLE color: 5489662.
HSL color Cylindrical-coordinate representation of color #FEC353: hue angle of 39.3º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEC353 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 83 | - |
| CMYK | 0 | 0.23 | 0.67 | 0.00 |
| HSL | 39.3º | 0.99% | 0.66% | - |
| HSV(B) | 39.3º | 0.67% | 1% | - |
| XYZ | 61.95 | 60.73 | 16.64 | - |
| YUV | 199.87 | 62.05 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 83 | 0 | 0.23 | 0.67 | 0.00 | 39.3 | 0.99 | 0.66 |
| Hex | FE | C3 | 53 | 0 | 17 | 43 | 0 | 27 | 63 | 42 |
| Octal | 376 | 303 | 123 | 0 | 27 | 103 | 0 | 47 | 143 | 102 |
| Binary | 11111110 | 11000011 | 1010011 | 0 | 10111 | 1000011 | 0 | 100111 | 1100011 | 1000010 |
Color Harmonies of #FEC353
Complementary color
Monochromatic Colors of #FEC353
Black with #FEC353
Text Example
Text Example
White with #FEC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC353; }
p { color: rgb(254,195,83); }
H1.HeaderClassName
{
color: #FEC353;
}
.AnyTagClassName
{
color: #FEC353;
}
</style>
background-color css
<style>
a { background-color: #FEC353; }
a { background-color: rgb(254,195,83); }
div.DivClassName
{
background-color: #FEC353;
}
.BgClassName
{
background-color: #FEC353;
}
</style>
border-color css
<style>
span { border-color: #FEC353; }
span { border-color: rgb(254,195,83); }
td.TdClassName
{
border-color: #FEC353;
}
.TagClassName
{
border-color: #FEC353;
}
</style>