Shades of Grandis #FAC868
Tints of Grandis #FAC868
RGB
CMYK
RGB Variations
Color information
#FAC868 (or 0xFAC868) is known color: Grandis. HEX triplet: FA, C8 and 68. RGB value is (250,200,104). Sum of RGB (Red+Green+Blue) = 250+200+104=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 104 (41.02% from 255 or 18.77% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC868 is #053797. Grayscale: #CCCCCC. Windows color (decimal): -341912 or 6867194. OLE color: 6867194.
HSL color Cylindrical-coordinate representation of color #FAC868: hue angle of 39.45º 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 #FAC868 is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 104 | - |
| CMYK | 0 | 0.2 | 0.58 | 0.02 |
| HSL | 39.45º | 0.94% | 0.69% | - |
| HSV(B) | 39.45º | 0.58% | 0.98% | - |
| XYZ | 62.58 | 62.63 | 21.89 | - |
| YUV | 204.01 | 71.57 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 104 | 0 | 0.2 | 0.58 | 0.02 | 39.45 | 0.94 | 0.69 |
| Hex | FA | C8 | 68 | 0 | 14 | 3A | 2 | 27 | 5E | 45 |
| Octal | 372 | 310 | 150 | 0 | 24 | 72 | 2 | 47 | 136 | 105 |
| Binary | 11111010 | 11001000 | 1101000 | 0 | 10100 | 111010 | 10 | 100111 | 1011110 | 1000101 |
Color Harmonies of #FAC868
Complementary color
Monochromatic Colors of #FAC868
Black with #FAC868
Text Example
Text Example
White with #FAC868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC868; }
p { color: rgb(250,200,104); }
H1.HeaderClassName
{
color: #FAC868;
}
.AnyTagClassName
{
color: #FAC868;
}
</style>
background-color css
<style>
a { background-color: #FAC868; }
a { background-color: rgb(250,200,104); }
div.DivClassName
{
background-color: #FAC868;
}
.BgClassName
{
background-color: #FAC868;
}
</style>
border-color css
<style>
span { border-color: #FAC868; }
span { border-color: rgb(250,200,104); }
td.TdClassName
{
border-color: #FAC868;
}
.TagClassName
{
border-color: #FAC868;
}
</style>