Shades of Grandis #FACC68
Tints of Grandis #FACC68
RGB
CMYK
RGB Variations
Color information
#FACC68 (or 0xFACC68) is known color: Grandis. HEX triplet: FA, CC and 68. RGB value is (250,204,104). Sum of RGB (Red+Green+Blue) = 250+204+104=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 104 (41.02% from 255 or 18.64% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC68 is #053397. Grayscale: #CECECE. Windows color (decimal): -340888 or 6868218. OLE color: 6868218.
HSL color Cylindrical-coordinate representation of color #FACC68: hue angle of 41.1º 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 #FACC68 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 104 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.02 |
| HSL | 41.1º | 0.94% | 0.69% | - |
| HSV(B) | 41.1º | 0.58% | 0.98% | - |
| XYZ | 63.52 | 64.51 | 22.2 | - |
| YUV | 206.35 | 70.24 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 104 | 0 | 0.18 | 0.58 | 0.02 | 41.1 | 0.94 | 0.69 |
| Hex | FA | CC | 68 | 0 | 12 | 3A | 2 | 29 | 5E | 45 |
| Octal | 372 | 314 | 150 | 0 | 22 | 72 | 2 | 51 | 136 | 105 |
| Binary | 11111010 | 11001100 | 1101000 | 0 | 10010 | 111010 | 10 | 101001 | 1011110 | 1000101 |
Color Harmonies of #FACC68
Complementary color
Monochromatic Colors of #FACC68
Black with #FACC68
Text Example
Text Example
White with #FACC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC68; }
p { color: rgb(250,204,104); }
H1.HeaderClassName
{
color: #FACC68;
}
.AnyTagClassName
{
color: #FACC68;
}
</style>
background-color css
<style>
a { background-color: #FACC68; }
a { background-color: rgb(250,204,104); }
div.DivClassName
{
background-color: #FACC68;
}
.BgClassName
{
background-color: #FACC68;
}
</style>
border-color css
<style>
span { border-color: #FACC68; }
span { border-color: rgb(250,204,104); }
td.TdClassName
{
border-color: #FACC68;
}
.TagClassName
{
border-color: #FACC68;
}
</style>