Shades of Grandis #FACC67
Tints of Grandis #FACC67
RGB
CMYK
RGB Variations
Color information
#FACC67 (or 0xFACC67) is known color: Grandis. HEX triplet: FA, CC and 67. RGB value is (250,204,103). Sum of RGB (Red+Green+Blue) = 250+204+103=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC67 is #053398. Grayscale: #CECECE. Windows color (decimal): -340889 or 6802682. OLE color: 6802682.
HSL color Cylindrical-coordinate representation of color #FACC67: hue angle of 41.22º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FACC67 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 103 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.02 |
| HSL | 41.22º | 0.94% | 0.69% | - |
| HSV(B) | 41.22º | 0.59% | 0.98% | - |
| XYZ | 63.47 | 64.49 | 21.93 | - |
| YUV | 206.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 103 | 0 | 0.18 | 0.59 | 0.02 | 41.22 | 0.94 | 0.69 |
| Hex | FA | CC | 67 | 0 | 12 | 3B | 2 | 29 | 5E | 45 |
| Octal | 372 | 314 | 147 | 0 | 22 | 73 | 2 | 51 | 136 | 105 |
| Binary | 11111010 | 11001100 | 1100111 | 0 | 10010 | 111011 | 10 | 101001 | 1011110 | 1000101 |
Color Harmonies of #FACC67
Complementary color
Monochromatic Colors of #FACC67
Black with #FACC67
Text Example
Text Example
White with #FACC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC67; }
p { color: rgb(250,204,103); }
H1.HeaderClassName
{
color: #FACC67;
}
.AnyTagClassName
{
color: #FACC67;
}
</style>
background-color css
<style>
a { background-color: #FACC67; }
a { background-color: rgb(250,204,103); }
div.DivClassName
{
background-color: #FACC67;
}
.BgClassName
{
background-color: #FACC67;
}
</style>
border-color css
<style>
span { border-color: #FACC67; }
span { border-color: rgb(250,204,103); }
td.TdClassName
{
border-color: #FACC67;
}
.TagClassName
{
border-color: #FACC67;
}
</style>