Shades of Grandis #FAC568
Tints of Grandis #FAC568
RGB
CMYK
RGB Variations
Color information
#FAC568 (or 0xFAC568) is known color: Grandis. HEX triplet: FA, C5 and 68. RGB value is (250,197,104). Sum of RGB (Red+Green+Blue) = 250+197+104=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 104 (41.02% from 255 or 18.87% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC568 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC568 is #053A97. Grayscale: #CACACA. Windows color (decimal): -342680 or 6866426. OLE color: 6866426.
HSL color Cylindrical-coordinate representation of color #FAC568: hue angle of 38.22º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FAC568 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 104 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.02 |
| HSL | 38.22º | 0.94% | 0.69% | - |
| HSV(B) | 38.22º | 0.58% | 0.98% | - |
| XYZ | 61.89 | 61.26 | 21.66 | - |
| YUV | 202.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 104 | 0 | 0.21 | 0.58 | 0.02 | 38.22 | 0.94 | 0.69 |
| Hex | FA | C5 | 68 | 0 | 15 | 3A | 2 | 26 | 5E | 45 |
| Octal | 372 | 305 | 150 | 0 | 25 | 72 | 2 | 46 | 136 | 105 |
| Binary | 11111010 | 11000101 | 1101000 | 0 | 10101 | 111010 | 10 | 100110 | 1011110 | 1000101 |
Color Harmonies of #FAC568
Complementary color
Monochromatic Colors of #FAC568
Black with #FAC568
Text Example
Text Example
White with #FAC568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC568; }
p { color: rgb(250,197,104); }
H1.HeaderClassName
{
color: #FAC568;
}
.AnyTagClassName
{
color: #FAC568;
}
</style>
background-color css
<style>
a { background-color: #FAC568; }
a { background-color: rgb(250,197,104); }
div.DivClassName
{
background-color: #FAC568;
}
.BgClassName
{
background-color: #FAC568;
}
</style>
border-color css
<style>
span { border-color: #FAC568; }
span { border-color: rgb(250,197,104); }
td.TdClassName
{
border-color: #FAC568;
}
.TagClassName
{
border-color: #FAC568;
}
</style>