Shades of Golden Tainoi #FEC351
Tints of Golden Tainoi #FEC351
RGB
CMYK
RGB Variations
Color information
#FEC351 (or 0xFEC351) is known color: Golden Tainoi. HEX triplet: FE, C3 and 51. RGB value is (254,195,81). Sum of RGB (Red+Green+Blue) = 254+195+81=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 81 (32.03% from 255 or 15.28% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC351 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC351 is #013CAE. Grayscale: #C8C8C8. Windows color (decimal): -81071 or 5358590. OLE color: 5358590.
HSL color Cylindrical-coordinate representation of color #FEC351: hue angle of 39.54º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FEC351 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 81 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.00 |
| HSL | 39.54º | 0.99% | 0.66% | - |
| HSV(B) | 39.54º | 0.68% | 1% | - |
| XYZ | 61.87 | 60.7 | 16.24 | - |
| YUV | 199.65 | 61.05 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 81 | 0 | 0.23 | 0.68 | 0.00 | 39.54 | 0.99 | 0.66 |
| Hex | FE | C3 | 51 | 0 | 17 | 44 | 0 | 28 | 63 | 42 |
| Octal | 376 | 303 | 121 | 0 | 27 | 104 | 0 | 50 | 143 | 102 |
| Binary | 11111110 | 11000011 | 1010001 | 0 | 10111 | 1000100 | 0 | 101000 | 1100011 | 1000010 |
Color Harmonies of #FEC351
Complementary color
Monochromatic Colors of #FEC351
Black with #FEC351
Text Example
Text Example
White with #FEC351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC351; }
p { color: rgb(254,195,81); }
H1.HeaderClassName
{
color: #FEC351;
}
.AnyTagClassName
{
color: #FEC351;
}
</style>
background-color css
<style>
a { background-color: #FEC351; }
a { background-color: rgb(254,195,81); }
div.DivClassName
{
background-color: #FEC351;
}
.BgClassName
{
background-color: #FEC351;
}
</style>
border-color css
<style>
span { border-color: #FEC351; }
span { border-color: rgb(254,195,81); }
td.TdClassName
{
border-color: #FEC351;
}
.TagClassName
{
border-color: #FEC351;
}
</style>