Shades of Grandis #FACC6C
Tints of Grandis #FACC6C
RGB
CMYK
RGB Variations
Color information
#FACC6C (or 0xFACC6C) is known color: Grandis. HEX triplet: FA, CC and 6C. RGB value is (250,204,108). Sum of RGB (Red+Green+Blue) = 250+204+108=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACC6C is #053393. Grayscale: #CFCFCF. Windows color (decimal): -340884 or 7130362. OLE color: 7130362.
HSL color Cylindrical-coordinate representation of color #FACC6C: hue angle of 40.56º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FACC6C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 204 | 108 | - |
| CMYK | 0 | 0.18 | 0.57 | 0.02 |
| HSL | 40.56º | 0.93% | 0.7% | - |
| HSV(B) | 40.56º | 0.57% | 0.98% | - |
| XYZ | 63.72 | 64.59 | 23.3 | - |
| YUV | 206.81 | 72.24 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 204 | 108 | 0 | 0.18 | 0.57 | 0.02 | 40.56 | 0.93 | 0.7 |
| Hex | FA | CC | 6C | 0 | 12 | 39 | 2 | 29 | 5D | 46 |
| Octal | 372 | 314 | 154 | 0 | 22 | 71 | 2 | 51 | 135 | 106 |
| Binary | 11111010 | 11001100 | 1101100 | 0 | 10010 | 111001 | 10 | 101001 | 1011101 | 1000110 |
Color Harmonies of #FACC6C
Complementary color
Monochromatic Colors of #FACC6C
Black with #FACC6C
Text Example
Text Example
White with #FACC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACC6C; }
p { color: rgb(250,204,108); }
H1.HeaderClassName
{
color: #FACC6C;
}
.AnyTagClassName
{
color: #FACC6C;
}
</style>
background-color css
<style>
a { background-color: #FACC6C; }
a { background-color: rgb(250,204,108); }
div.DivClassName
{
background-color: #FACC6C;
}
.BgClassName
{
background-color: #FACC6C;
}
</style>
border-color css
<style>
span { border-color: #FACC6C; }
span { border-color: rgb(250,204,108); }
td.TdClassName
{
border-color: #FACC6C;
}
.TagClassName
{
border-color: #FACC6C;
}
</style>