Shades of Grandis #FACD6A
Tints of Grandis #FACD6A
RGB
CMYK
RGB Variations
Color information
#FACD6A (or 0xFACD6A) is known color: Grandis. HEX triplet: FA, CD and 6A. RGB value is (250,205,106). Sum of RGB (Red+Green+Blue) = 250+205+106=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 106 (41.80% from 255 or 18.89% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FACD6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACD6A is #053295. Grayscale: #CFCFCF. Windows color (decimal): -340630 or 6999546. OLE color: 6999546.
HSL color Cylindrical-coordinate representation of color #FACD6A: hue angle of 41.25º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FACD6A is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 205 | 106 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.02 |
| HSL | 41.25º | 0.94% | 0.7% | - |
| HSV(B) | 41.25º | 0.58% | 0.98% | - |
| XYZ | 63.86 | 65.03 | 22.82 | - |
| YUV | 207.17 | 70.91 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 205 | 106 | 0 | 0.18 | 0.58 | 0.02 | 41.25 | 0.94 | 0.7 |
| Hex | FA | CD | 6A | 0 | 12 | 3A | 2 | 29 | 5E | 46 |
| Octal | 372 | 315 | 152 | 0 | 22 | 72 | 2 | 51 | 136 | 106 |
| Binary | 11111010 | 11001101 | 1101010 | 0 | 10010 | 111010 | 10 | 101001 | 1011110 | 1000110 |
Color Harmonies of #FACD6A
Complementary color
Monochromatic Colors of #FACD6A
Black with #FACD6A
Text Example
Text Example
White with #FACD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACD6A; }
p { color: rgb(250,205,106); }
H1.HeaderClassName
{
color: #FACD6A;
}
.AnyTagClassName
{
color: #FACD6A;
}
</style>
background-color css
<style>
a { background-color: #FACD6A; }
a { background-color: rgb(250,205,106); }
div.DivClassName
{
background-color: #FACD6A;
}
.BgClassName
{
background-color: #FACD6A;
}
</style>
border-color css
<style>
span { border-color: #FACD6A; }
span { border-color: rgb(250,205,106); }
td.TdClassName
{
border-color: #FACD6A;
}
.TagClassName
{
border-color: #FACD6A;
}
</style>