Shades of Grandis #FACB68
Tints of Grandis #FACB68
RGB
CMYK
RGB Variations
Color information
#FACB68 (or 0xFACB68) is known color: Grandis. HEX triplet: FA, CB and 68. RGB value is (250,203,104). Sum of RGB (Red+Green+Blue) = 250+203+104=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB68 is #053497. Grayscale: #CECECE. Windows color (decimal): -341144 or 6867962. OLE color: 6867962.
HSL color Cylindrical-coordinate representation of color #FACB68: hue angle of 40.68º 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 #FACB68 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 104 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.02 |
| HSL | 40.68º | 0.94% | 0.69% | - |
| HSV(B) | 40.68º | 0.58% | 0.98% | - |
| XYZ | 63.28 | 64.04 | 22.12 | - |
| YUV | 205.77 | 70.57 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 104 | 0 | 0.19 | 0.58 | 0.02 | 40.68 | 0.94 | 0.69 |
| Hex | FA | CB | 68 | 0 | 13 | 3A | 2 | 29 | 5E | 45 |
| Octal | 372 | 313 | 150 | 0 | 23 | 72 | 2 | 51 | 136 | 105 |
| Binary | 11111010 | 11001011 | 1101000 | 0 | 10011 | 111010 | 10 | 101001 | 1011110 | 1000101 |
Color Harmonies of #FACB68
Complementary color
Monochromatic Colors of #FACB68
Black with #FACB68
Text Example
Text Example
White with #FACB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACB68; }
p { color: rgb(250,203,104); }
H1.HeaderClassName
{
color: #FACB68;
}
.AnyTagClassName
{
color: #FACB68;
}
</style>
background-color css
<style>
a { background-color: #FACB68; }
a { background-color: rgb(250,203,104); }
div.DivClassName
{
background-color: #FACB68;
}
.BgClassName
{
background-color: #FACB68;
}
</style>
border-color css
<style>
span { border-color: #FACB68; }
span { border-color: rgb(250,203,104); }
td.TdClassName
{
border-color: #FACB68;
}
.TagClassName
{
border-color: #FACB68;
}
</style>