Shades of Golden Tainoi #FAC65C
Tints of Golden Tainoi #FAC65C
RGB
CMYK
RGB Variations
Color information
#FAC65C (or 0xFAC65C) is known color: Golden Tainoi. HEX triplet: FA, C6 and 5C. RGB value is (250,198,92). Sum of RGB (Red+Green+Blue) = 250+198+92=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC65C is #0539A3. Grayscale: #C9C9C9. Windows color (decimal): -342436 or 6080250. OLE color: 6080250.
HSL color Cylindrical-coordinate representation of color #FAC65C: hue angle of 40.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FAC65C is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 92 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.02 |
| HSL | 40.25º | 0.94% | 0.67% | - |
| HSV(B) | 40.25º | 0.63% | 0.98% | - |
| XYZ | 61.55 | 61.48 | 18.75 | - |
| YUV | 201.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 92 | 0 | 0.21 | 0.63 | 0.02 | 40.25 | 0.94 | 0.67 |
| Hex | FA | C6 | 5C | 0 | 15 | 3F | 2 | 28 | 5E | 43 |
| Octal | 372 | 306 | 134 | 0 | 25 | 77 | 2 | 50 | 136 | 103 |
| Binary | 11111010 | 11000110 | 1011100 | 0 | 10101 | 111111 | 10 | 101000 | 1011110 | 1000011 |
Color Harmonies of #FAC65C
Complementary color
Monochromatic Colors of #FAC65C
Black with #FAC65C
Text Example
Text Example
White with #FAC65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC65C; }
p { color: rgb(250,198,92); }
H1.HeaderClassName
{
color: #FAC65C;
}
.AnyTagClassName
{
color: #FAC65C;
}
</style>
background-color css
<style>
a { background-color: #FAC65C; }
a { background-color: rgb(250,198,92); }
div.DivClassName
{
background-color: #FAC65C;
}
.BgClassName
{
background-color: #FAC65C;
}
</style>
border-color css
<style>
span { border-color: #FAC65C; }
span { border-color: rgb(250,198,92); }
td.TdClassName
{
border-color: #FAC65C;
}
.TagClassName
{
border-color: #FAC65C;
}
</style>