Shades of Grandis #FACC6E
Tints of Grandis #FACC6E
RGB
CMYK
RGB Variations
Color information
#FACC6E (or 0xFACC6E) is known color: Grandis. HEX triplet: FA, CC and 6E. RGB value is (250,204,110). Sum of RGB (Red+Green+Blue) = 250+204+110=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 110 (43.36% from 255 or 19.50% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC6E is #053391. Grayscale: #CFCFCF. Windows color (decimal): -340882 or 7261434. OLE color: 7261434.
HSL color Cylindrical-coordinate representation of color #FACC6E: hue angle of 40.29º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FACC6E is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 110 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.02 |
| HSL | 40.29º | 0.93% | 0.71% | - |
| HSV(B) | 40.29º | 0.56% | 0.98% | - |
| XYZ | 63.83 | 64.64 | 23.86 | - |
| YUV | 207.04 | 73.24 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 110 | 0 | 0.18 | 0.56 | 0.02 | 40.29 | 0.93 | 0.71 |
| Hex | FA | CC | 6E | 0 | 12 | 38 | 2 | 28 | 5D | 47 |
| Octal | 372 | 314 | 156 | 0 | 22 | 70 | 2 | 50 | 135 | 107 |
| Binary | 11111010 | 11001100 | 1101110 | 0 | 10010 | 111000 | 10 | 101000 | 1011101 | 1000111 |
Color Harmonies of #FACC6E
Complementary color
Monochromatic Colors of #FACC6E
Black with #FACC6E
Text Example
Text Example
White with #FACC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC6E; }
p { color: rgb(250,204,110); }
H1.HeaderClassName
{
color: #FACC6E;
}
.AnyTagClassName
{
color: #FACC6E;
}
</style>
background-color css
<style>
a { background-color: #FACC6E; }
a { background-color: rgb(250,204,110); }
div.DivClassName
{
background-color: #FACC6E;
}
.BgClassName
{
background-color: #FACC6E;
}
</style>
border-color css
<style>
span { border-color: #FACC6E; }
span { border-color: rgb(250,204,110); }
td.TdClassName
{
border-color: #FACC6E;
}
.TagClassName
{
border-color: #FACC6E;
}
</style>