Shades of Golden Tainoi #FAC355
Tints of Golden Tainoi #FAC355
RGB
CMYK
RGB Variations
Color information
#FAC355 (or 0xFAC355) is known color: Golden Tainoi. HEX triplet: FA, C3 and 55. RGB value is (250,195,85). Sum of RGB (Red+Green+Blue) = 250+195+85=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 85 (33.59% from 255 or 16.04% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC355 is #053CAA. Grayscale: #C7C7C7. Windows color (decimal): -343211 or 5620730. OLE color: 5620730.
HSL color Cylindrical-coordinate representation of color #FAC355: hue angle of 40º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAC355 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 85 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.02 |
| HSL | 40º | 0.94% | 0.66% | - |
| HSV(B) | 40º | 0.66% | 0.98% | - |
| XYZ | 60.58 | 60.01 | 16.98 | - |
| YUV | 198.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 85 | 0 | 0.22 | 0.66 | 0.02 | 40 | 0.94 | 0.66 |
| Hex | FA | C3 | 55 | 0 | 16 | 42 | 2 | 28 | 5E | 42 |
| Octal | 372 | 303 | 125 | 0 | 26 | 102 | 2 | 50 | 136 | 102 |
| Binary | 11111010 | 11000011 | 1010101 | 0 | 10110 | 1000010 | 10 | 101000 | 1011110 | 1000010 |
Color Harmonies of #FAC355
Complementary color
Monochromatic Colors of #FAC355
Black with #FAC355
Text Example
Text Example
White with #FAC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC355; }
p { color: rgb(250,195,85); }
H1.HeaderClassName
{
color: #FAC355;
}
.AnyTagClassName
{
color: #FAC355;
}
</style>
background-color css
<style>
a { background-color: #FAC355; }
a { background-color: rgb(250,195,85); }
div.DivClassName
{
background-color: #FAC355;
}
.BgClassName
{
background-color: #FAC355;
}
</style>
border-color css
<style>
span { border-color: #FAC355; }
span { border-color: rgb(250,195,85); }
td.TdClassName
{
border-color: #FAC355;
}
.TagClassName
{
border-color: #FAC355;
}
</style>