Shades of Golden Tainoi #FAC753
Tints of Golden Tainoi #FAC753
RGB
CMYK
RGB Variations
Color information
#FAC753 (or 0xFAC753) is known color: Golden Tainoi. HEX triplet: FA, C7 and 53. RGB value is (250,199,83). Sum of RGB (Red+Green+Blue) = 250+199+83=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 83 (32.81% from 255 or 15.60% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC753 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC753 is #0538AC. Grayscale: #C9C9C9. Windows color (decimal): -342189 or 5490682. OLE color: 5490682.
HSL color Cylindrical-coordinate representation of color #FAC753: hue angle of 41.68º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FAC753 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 83 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.02 |
| HSL | 41.68º | 0.94% | 0.65% | - |
| HSV(B) | 41.68º | 0.67% | 0.98% | - |
| XYZ | 61.41 | 61.8 | 16.87 | - |
| YUV | 201.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 83 | 0 | 0.20 | 0.67 | 0.02 | 41.68 | 0.94 | 0.65 |
| Hex | FA | C7 | 53 | 0 | 14 | 43 | 2 | 2A | 5E | 41 |
| Octal | 372 | 307 | 123 | 0 | 24 | 103 | 2 | 52 | 136 | 101 |
| Binary | 11111010 | 11000111 | 1010011 | 0 | 10100 | 1000011 | 10 | 101010 | 1011110 | 1000001 |
Color Harmonies of #FAC753
Complementary color
Monochromatic Colors of #FAC753
Black with #FAC753
Text Example
Text Example
White with #FAC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC753; }
p { color: rgb(250,199,83); }
H1.HeaderClassName
{
color: #FAC753;
}
.AnyTagClassName
{
color: #FAC753;
}
</style>
background-color css
<style>
a { background-color: #FAC753; }
a { background-color: rgb(250,199,83); }
div.DivClassName
{
background-color: #FAC753;
}
.BgClassName
{
background-color: #FAC753;
}
</style>
border-color css
<style>
span { border-color: #FAC753; }
span { border-color: rgb(250,199,83); }
td.TdClassName
{
border-color: #FAC753;
}
.TagClassName
{
border-color: #FAC753;
}
</style>