Shades of Golden Tainoi #FAC744
Tints of Golden Tainoi #FAC744
RGB
CMYK
RGB Variations
Color information
#FAC744 (or 0xFAC744) is known color: Golden Tainoi. HEX triplet: FA, C7 and 44. RGB value is (250,199,68). Sum of RGB (Red+Green+Blue) = 250+199+68=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 199 (78.12% from 255 or 38.49% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC744 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC744 is #0538BB. Grayscale: #C7C7C7. Windows color (decimal): -342204 or 4507642. OLE color: 4507642.
HSL color Cylindrical-coordinate representation of color #FAC744: hue angle of 43.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAC744 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 68 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.02 |
| HSL | 43.19º | 0.95% | 0.62% | - |
| HSV(B) | 43.19º | 0.73% | 0.98% | - |
| XYZ | 60.89 | 61.59 | 14.15 | - |
| YUV | 199.32 | 53.9 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 68 | 0 | 0.20 | 0.73 | 0.02 | 43.19 | 0.95 | 0.62 |
| Hex | FA | C7 | 44 | 0 | 14 | 49 | 2 | 2B | 5F | 3E |
| Octal | 372 | 307 | 104 | 0 | 24 | 111 | 2 | 53 | 137 | 76 |
| Binary | 11111010 | 11000111 | 1000100 | 0 | 10100 | 1001001 | 10 | 101011 | 1011111 | 111110 |
Color Harmonies of #FAC744
Complementary color
Monochromatic Colors of #FAC744
Black with #FAC744
Text Example
Text Example
White with #FAC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC744; }
p { color: rgb(250,199,68); }
H1.HeaderClassName
{
color: #FAC744;
}
.AnyTagClassName
{
color: #FAC744;
}
</style>
background-color css
<style>
a { background-color: #FAC744; }
a { background-color: rgb(250,199,68); }
div.DivClassName
{
background-color: #FAC744;
}
.BgClassName
{
background-color: #FAC744;
}
</style>
border-color css
<style>
span { border-color: #FAC744; }
span { border-color: rgb(250,199,68); }
td.TdClassName
{
border-color: #FAC744;
}
.TagClassName
{
border-color: #FAC744;
}
</style>