Shades of Grandis #FACC65
Tints of Grandis #FACC65
RGB
CMYK
RGB Variations
Color information
#FACC65 (or 0xFACC65) is known color: Grandis. HEX triplet: FA, CC and 65. RGB value is (250,204,101). Sum of RGB (Red+Green+Blue) = 250+204+101=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC65 is #05339A. Grayscale: #CECECE. Windows color (decimal): -340891 or 6671610. OLE color: 6671610.
HSL color Cylindrical-coordinate representation of color #FACC65: hue angle of 41.48º 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 #FACC65 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 101 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.02 |
| HSL | 41.48º | 0.94% | 0.69% | - |
| HSV(B) | 41.48º | 0.6% | 0.98% | - |
| XYZ | 63.37 | 64.45 | 21.41 | - |
| YUV | 206.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 101 | 0 | 0.18 | 0.60 | 0.02 | 41.48 | 0.94 | 0.69 |
| Hex | FA | CC | 65 | 0 | 12 | 3C | 2 | 29 | 5E | 45 |
| Octal | 372 | 314 | 145 | 0 | 22 | 74 | 2 | 51 | 136 | 105 |
| Binary | 11111010 | 11001100 | 1100101 | 0 | 10010 | 111100 | 10 | 101001 | 1011110 | 1000101 |
Color Harmonies of #FACC65
Complementary color
Monochromatic Colors of #FACC65
Black with #FACC65
Text Example
Text Example
White with #FACC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC65; }
p { color: rgb(250,204,101); }
H1.HeaderClassName
{
color: #FACC65;
}
.AnyTagClassName
{
color: #FACC65;
}
</style>
background-color css
<style>
a { background-color: #FACC65; }
a { background-color: rgb(250,204,101); }
div.DivClassName
{
background-color: #FACC65;
}
.BgClassName
{
background-color: #FACC65;
}
</style>
border-color css
<style>
span { border-color: #FACC65; }
span { border-color: rgb(250,204,101); }
td.TdClassName
{
border-color: #FACC65;
}
.TagClassName
{
border-color: #FACC65;
}
</style>