Shades of Grandis #FAC768
Tints of Grandis #FAC768
RGB
CMYK
RGB Variations
Color information
#FAC768 (or 0xFAC768) is known color: Grandis. HEX triplet: FA, C7 and 68. RGB value is (250,199,104). Sum of RGB (Red+Green+Blue) = 250+199+104=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC768 is #053897. Grayscale: #CBCBCB. Windows color (decimal): -342168 or 6866938. OLE color: 6866938.
HSL color Cylindrical-coordinate representation of color #FAC768: hue angle of 39.04º 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 #FAC768 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 104 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.02 |
| HSL | 39.04º | 0.94% | 0.69% | - |
| HSV(B) | 39.04º | 0.58% | 0.98% | - |
| XYZ | 62.35 | 62.17 | 21.81 | - |
| YUV | 203.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 104 | 0 | 0.20 | 0.58 | 0.02 | 39.04 | 0.94 | 0.69 |
| Hex | FA | C7 | 68 | 0 | 14 | 3A | 2 | 27 | 5E | 45 |
| Octal | 372 | 307 | 150 | 0 | 24 | 72 | 2 | 47 | 136 | 105 |
| Binary | 11111010 | 11000111 | 1101000 | 0 | 10100 | 111010 | 10 | 100111 | 1011110 | 1000101 |
Color Harmonies of #FAC768
Complementary color
Monochromatic Colors of #FAC768
Black with #FAC768
Text Example
Text Example
White with #FAC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC768; }
p { color: rgb(250,199,104); }
H1.HeaderClassName
{
color: #FAC768;
}
.AnyTagClassName
{
color: #FAC768;
}
</style>
background-color css
<style>
a { background-color: #FAC768; }
a { background-color: rgb(250,199,104); }
div.DivClassName
{
background-color: #FAC768;
}
.BgClassName
{
background-color: #FAC768;
}
</style>
border-color css
<style>
span { border-color: #FAC768; }
span { border-color: rgb(250,199,104); }
td.TdClassName
{
border-color: #FAC768;
}
.TagClassName
{
border-color: #FAC768;
}
</style>