Shades of Golden Tainoi #FAC55F
Tints of Golden Tainoi #FAC55F
RGB
CMYK
RGB Variations
Color information
#FAC55F (or 0xFAC55F) is known color: Golden Tainoi. HEX triplet: FA, C5 and 5F. RGB value is (250,197,95). Sum of RGB (Red+Green+Blue) = 250+197+95=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC55F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC55F is #053AA0. Grayscale: #C9C9C9. Windows color (decimal): -342689 or 6276602. OLE color: 6276602.
HSL color Cylindrical-coordinate representation of color #FAC55F: hue angle of 39.48º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAC55F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 95 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.02 |
| HSL | 39.48º | 0.94% | 0.68% | - |
| HSV(B) | 39.48º | 0.62% | 0.98% | - |
| XYZ | 61.46 | 61.08 | 19.38 | - |
| YUV | 201.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 95 | 0 | 0.21 | 0.62 | 0.02 | 39.48 | 0.94 | 0.68 |
| Hex | FA | C5 | 5F | 0 | 15 | 3E | 2 | 27 | 5E | 44 |
| Octal | 372 | 305 | 137 | 0 | 25 | 76 | 2 | 47 | 136 | 104 |
| Binary | 11111010 | 11000101 | 1011111 | 0 | 10101 | 111110 | 10 | 100111 | 1011110 | 1000100 |
Color Harmonies of #FAC55F
Complementary color
Monochromatic Colors of #FAC55F
Black with #FAC55F
Text Example
Text Example
White with #FAC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC55F; }
p { color: rgb(250,197,95); }
H1.HeaderClassName
{
color: #FAC55F;
}
.AnyTagClassName
{
color: #FAC55F;
}
</style>
background-color css
<style>
a { background-color: #FAC55F; }
a { background-color: rgb(250,197,95); }
div.DivClassName
{
background-color: #FAC55F;
}
.BgClassName
{
background-color: #FAC55F;
}
</style>
border-color css
<style>
span { border-color: #FAC55F; }
span { border-color: rgb(250,197,95); }
td.TdClassName
{
border-color: #FAC55F;
}
.TagClassName
{
border-color: #FAC55F;
}
</style>