Shades of Golden Tainoi #FAC65F
Tints of Golden Tainoi #FAC65F
RGB
CMYK
RGB Variations
Color information
#FAC65F (or 0xFAC65F) is known color: Golden Tainoi. HEX triplet: FA, C6 and 5F. RGB value is (250,198,95). Sum of RGB (Red+Green+Blue) = 250+198+95=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC65F is #0539A0. Grayscale: #CACACA. Windows color (decimal): -342433 or 6276858. OLE color: 6276858.
HSL color Cylindrical-coordinate representation of color #FAC65F: hue angle of 39.87º 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 #FAC65F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 95 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.02 |
| HSL | 39.87º | 0.94% | 0.68% | - |
| HSV(B) | 39.87º | 0.62% | 0.98% | - |
| XYZ | 61.68 | 61.54 | 19.45 | - |
| YUV | 201.81 | 67.73 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 95 | 0 | 0.21 | 0.62 | 0.02 | 39.87 | 0.94 | 0.68 |
| Hex | FA | C6 | 5F | 0 | 15 | 3E | 2 | 28 | 5E | 44 |
| Octal | 372 | 306 | 137 | 0 | 25 | 76 | 2 | 50 | 136 | 104 |
| Binary | 11111010 | 11000110 | 1011111 | 0 | 10101 | 111110 | 10 | 101000 | 1011110 | 1000100 |
Color Harmonies of #FAC65F
Complementary color
Monochromatic Colors of #FAC65F
Black with #FAC65F
Text Example
Text Example
White with #FAC65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC65F; }
p { color: rgb(250,198,95); }
H1.HeaderClassName
{
color: #FAC65F;
}
.AnyTagClassName
{
color: #FAC65F;
}
</style>
background-color css
<style>
a { background-color: #FAC65F; }
a { background-color: rgb(250,198,95); }
div.DivClassName
{
background-color: #FAC65F;
}
.BgClassName
{
background-color: #FAC65F;
}
</style>
border-color css
<style>
span { border-color: #FAC65F; }
span { border-color: rgb(250,198,95); }
td.TdClassName
{
border-color: #FAC65F;
}
.TagClassName
{
border-color: #FAC65F;
}
</style>