Shades of Grandis #FAC668
Tints of Grandis #FAC668
RGB
CMYK
RGB Variations
Color information
#FAC668 (or 0xFAC668) is known color: Grandis. HEX triplet: FA, C6 and 68. RGB value is (250,198,104). Sum of RGB (Red+Green+Blue) = 250+198+104=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 104 (41.02% from 255 or 18.84% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC668 is #053997. Grayscale: #CBCBCB. Windows color (decimal): -342424 or 6866682. OLE color: 6866682.
HSL color Cylindrical-coordinate representation of color #FAC668: hue angle of 38.63º 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 #FAC668 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 104 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.02 |
| HSL | 38.63º | 0.94% | 0.69% | - |
| HSV(B) | 38.63º | 0.58% | 0.98% | - |
| XYZ | 62.12 | 61.71 | 21.73 | - |
| YUV | 202.83 | 72.23 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 104 | 0 | 0.21 | 0.58 | 0.02 | 38.63 | 0.94 | 0.69 |
| Hex | FA | C6 | 68 | 0 | 15 | 3A | 2 | 27 | 5E | 45 |
| Octal | 372 | 306 | 150 | 0 | 25 | 72 | 2 | 47 | 136 | 105 |
| Binary | 11111010 | 11000110 | 1101000 | 0 | 10101 | 111010 | 10 | 100111 | 1011110 | 1000101 |
Color Harmonies of #FAC668
Complementary color
Monochromatic Colors of #FAC668
Black with #FAC668
Text Example
Text Example
White with #FAC668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC668; }
p { color: rgb(250,198,104); }
H1.HeaderClassName
{
color: #FAC668;
}
.AnyTagClassName
{
color: #FAC668;
}
</style>
background-color css
<style>
a { background-color: #FAC668; }
a { background-color: rgb(250,198,104); }
div.DivClassName
{
background-color: #FAC668;
}
.BgClassName
{
background-color: #FAC668;
}
</style>
border-color css
<style>
span { border-color: #FAC668; }
span { border-color: rgb(250,198,104); }
td.TdClassName
{
border-color: #FAC668;
}
.TagClassName
{
border-color: #FAC668;
}
</style>