Shades of Grandis #FAC665
Tints of Grandis #FAC665
RGB
CMYK
RGB Variations
Color information
#FAC665 (or 0xFAC665) is known color: Grandis. HEX triplet: FA, C6 and 65. RGB value is (250,198,101). Sum of RGB (Red+Green+Blue) = 250+198+101=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC665 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC665 is #05399A. Grayscale: #CACACA. Windows color (decimal): -342427 or 6670074. OLE color: 6670074.
HSL color Cylindrical-coordinate representation of color #FAC665: hue angle of 39.06º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAC665 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 101 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.02 |
| HSL | 39.06º | 0.94% | 0.69% | - |
| HSV(B) | 39.06º | 0.6% | 0.98% | - |
| XYZ | 61.97 | 61.65 | 20.95 | - |
| YUV | 202.49 | 70.73 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 101 | 0 | 0.21 | 0.60 | 0.02 | 39.06 | 0.94 | 0.69 |
| Hex | FA | C6 | 65 | 0 | 15 | 3C | 2 | 27 | 5E | 45 |
| Octal | 372 | 306 | 145 | 0 | 25 | 74 | 2 | 47 | 136 | 105 |
| Binary | 11111010 | 11000110 | 1100101 | 0 | 10101 | 111100 | 10 | 100111 | 1011110 | 1000101 |
Color Harmonies of #FAC665
Complementary color
Monochromatic Colors of #FAC665
Black with #FAC665
Text Example
Text Example
White with #FAC665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC665; }
p { color: rgb(250,198,101); }
H1.HeaderClassName
{
color: #FAC665;
}
.AnyTagClassName
{
color: #FAC665;
}
</style>
background-color css
<style>
a { background-color: #FAC665; }
a { background-color: rgb(250,198,101); }
div.DivClassName
{
background-color: #FAC665;
}
.BgClassName
{
background-color: #FAC665;
}
</style>
border-color css
<style>
span { border-color: #FAC665; }
span { border-color: rgb(250,198,101); }
td.TdClassName
{
border-color: #FAC665;
}
.TagClassName
{
border-color: #FAC665;
}
</style>